api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v1/accounts//campaigns' \
--header 'api_access_token: <api-key>'[
{
"display_id": 0,
"title": "string",
"description": "string",
"message": "string",
"enabled": true,
"trigger_only_during_business_hours": true,
"inbox_id": 0,
"sender_id": 0,
"scheduled_at": "2019-08-24T14:15:22Z",
"audience": {},
"trigger_rules": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]