curl --request POST \
--url https://api.theauthapi.com/webhooks/ping \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "<string>",
"httpMethod": "<string>",
"body": {},
"headers": {}
}
'curl --request POST \
--url https://api.theauthapi.com/webhooks/ping \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"url": "<string>",
"httpMethod": "<string>",
"body": {},
"headers": {}
}
'