Create webhook portal access URL
Responses
Request Example for post/webhook-portal
curl https://demo.spysystem.dk/api/v1/webhook-portal \
--request POST \
--header 'X-Spy-Authorization: YOUR_SECRET_TOKEN'
{
"status": 1,
"message": "string",
"data": {
"url": "string",
"expiresAt": "string"
}
}
