{
"send_at": "2019-08-24T14:15:22.123Z",
"recipients": [
{
"email": "user@example.com",
"name": "string"
}
],
"message": "string",
"subject": "string",
"hero": {
"bg_color": "string",
"text_color": "string",
"text": "string"
},
"button": {
"bg_color": "string",
"text_color": "string",
"text": "string"
}
}curl --location '/requests//escalations' \
--header 'Content-Type: application/json' \
--data-raw '{
"send_at": "2019-08-24T14:15:22.123Z",
"recipients": [
{
"email": "user@example.com",
"name": "string"
}
],
"message": "string",
"subject": "string",
"hero": {
"bg_color": "string",
"text_color": "string",
"text": "string"
},
"button": {
"bg_color": "string",
"text_color": "string",
"text": "string"
}
}'{
"property1": "string",
"property2": "string"
}