curl --request POST \
--url https://api.example.com/api/v2/integrations/xcures/{slug}/request \
--header 'Content-Type: application/json' \
--data '
{
"path": "<string>",
"method": "GET",
"parameters": {},
"body": {}
}
'"<unknown>"Make an arbitrary request to xCures using the configured connection identified by slug. Refer to https://partner.xcures.com/api-docs for the full API documentation.
curl --request POST \
--url https://api.example.com/api/v2/integrations/xcures/{slug}/request \
--header 'Content-Type: application/json' \
--data '
{
"path": "<string>",
"method": "GET",
"parameters": {},
"body": {}
}
'"<unknown>"