pub async fn create_api_key( __arg0: State<AppState>, __arg1: Path<String>, __arg2: Json<CreateApiKeyRequest>, ) -> Result<Json<Value>>