pub async fn register_user_handler( __arg0: State<Arc<AppState>>, __arg1: Json<RegisterUserSchema>, ) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>