Skip to main content

call_service

Function call_service 

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