api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v1/accounts//contacts//contactable_inboxes' \
--header 'api_access_token: <api-key>'{
"source_id": "string",
"inbox": {
"id": 0,
"name": "string",
"website_url": "string",
"channel_type": "string",
"avatar_url": "string",
"widget_color": "string",
"website_token": "string",
"enable_auto_assignment": true,
"web_widget_script": "string",
"welcome_title": "string",
"welcome_tagline": "string",
"greeting_enabled": true,
"greeting_message": "string"
}
}