curl --request POST \
--url https://api.comm.com/api/v1/audience/companies/validate-custom-request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"method": "GET",
"url": "<string>",
"json_path": "<string>",
"body": "<string>",
"headers": [
"<string>"
],
"params": [
"<string>"
]
}
'