pub async fn get(
    __arg0: Path<String>,
    db: Extension<Postgres>
) -> Result<Json<UserResponse>, ErrorResponseStatus<'static>>