pub async fn list_user_sessions( user: User, pool: &State<MySqlPool>, ) -> Result<Value, Custom<String>>
list all sessions for a user