curl --location --request POST '/api/v1/accounts//webhooks' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"url": "string",
"subscriptions": [
"conversation_created"
]
}'
{
"id": 0,
"url": "string",
"subscriptions": [
"conversation_created"
],
"account_id": 0
}