pub async fn create_handler( __arg0: Path<String>, __arg1: Extension<HandlerContext>, __arg2: Json<Value>, ) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Create entity (POST /api/{entity})