curl --request POST \
--url https://api.vambe.me/api/webhooks \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"url": "<string>"
}
'curl --request POST \
--url https://api.vambe.me/api/webhooks \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"url": "<string>"
}
'Was this page helpful?