pub async fn call_service( headers: HeaderMap, __arg1: State<SharedState>, __arg2: Path<(String, String)>, __arg3: Json<Value>, ) -> ApiResult<Json<Value>>