pub async fn create( new_map: NewMapDto, user_id: Uuid, pool: &SharedPool, ) -> Result<MapDto, ServiceError>
Create a new map in the database.
If the connection to the database could not be established.