api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v1/accounts//webhooks' \
--header 'api_access_token: <api-key>'[
{
"id": 0,
"url": "string",
"subscriptions": [
"conversation_created"
],
"account_id": 0
}
]