pub async fn list_users( page: Option<i64>, per_page: Option<i64>, pool: &State<MySqlPool>, ) -> Result<Value, Custom<String>>
List all users