curl --location --request POST '/api/v1/accounts//integrations/hooks' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"app_id": "string",
"inbox_id": "string",
"settings": {}
}'
{
"id": "string",
"app_id": "string",
"inbox_id": "string",
"account_id": "string",
"status": true,
"hook_type": true,
"settings": {}
}