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