{
"send_at": "2019-08-24T14:15:22.123Z",
"message": "string",
"subject": "string",
"hero": {
"bg_color": "string",
"text_color": "string",
"text": "string"
},
"button": {
"bg_color": "string",
"text_color": "string",
"text": "string"
}
}curl --location --request PATCH '/requests//reminders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"send_at": "2019-08-24T14:15:22.123Z",
"message": "string",
"subject": "string",
"hero": {
"bg_color": "string",
"text_color": "string",
"text": "string"
},
"button": {
"bg_color": "string",
"text_color": "string",
"text": "string"
}
}'{
"id": "string",
"request_id": "string",
"send_at": "2019-08-24T14:15:22.123Z",
"message": "string",
"subject": "string",
"hero": {
"bg_color": "string",
"text_color": "string",
"text": "string"
},
"button": {
"bg_color": "string",
"text_color": "string",
"text": "string"
}
}