pub async fn find_user_position( client: &Client, id: i32, ) -> Result<Position, AppError>
Find a position with user_id = id using the PostgreSQL client
id
client