curl --location --request POST 'https://api.cima360.com/deliver' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"from": "string",
"templateId": "string",
"html": "string",
"recipients": [
{
"to": "string",
"fields": {
"property1": "string",
"property2": "string"
}
}
]
}'{
"overallStatus": "string",
"errors": [
"string"
],
"recipients": [
{
"id": "string",
"to": "string",
"success": true,
"errorType": "string",
"errorMessage": "string"
}
]
}