curl --request POST \
--url https://api.theauthapi.com/webhooks \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"topics": [
"<string>"
],
"httpMethod": "<string>",
"projectId": "<string>",
"accountId": "<string>",
"customHeaders": {},
"status": "<string>"
}'
curl --request POST \
--url https://api.theauthapi.com/webhooks \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"topics": [
"<string>"
],
"httpMethod": "<string>",
"projectId": "<string>",
"accountId": "<string>",
"customHeaders": {},
"status": "<string>"
}'