curl --location 'https://api-qa.deskfy.io/WebhookSubscriptions?%24top=undefined&%24skip=undefined' \
--header 'x-api-key: <api-key>'{
"rows": [
{
"subscriptionCode": "string",
"url": "string",
"headers": {},
"events": [
"UPDATE_TASK"
]
}
],
"count": 0
}