curl --request PATCH \
--url https://api.pokulabs.com/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"signingSecret": "<string>",
"headers": {},
"isActive": true,
"eventTypes": [
"phone.sms.received"
],
"reservedPhoneNumberIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'