pub async fn v1_dynamic_provider_route( __arg0: State<ApiState>, auth: Option<Extension<AuthContext>>, method: Method, __arg3: Path<String>, body: Result<Json<Value>, JsonRejection>, ) -> Response