api_access_token: ********************curl --location --request PATCH 'http://localhost:3030/api/v1/accounts//campaigns/' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"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": {}
}'{}