post https://api.timeero.app/api/v2/webhooks/subscription/subscribe
Subscribe to Webhook URL:
End Point: /api/v2/webhooks/subscription/subscribe
Method: POST
Authorization: Bearer {Access Token}
Request Example
{
"url": "https://localhost.dev/timeero/webhook",
"signature_secret_key": "**************",
"active": true,
"events": [
"*"
]
}