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