curl --location '/delivery/sms/validate' \
--header 'Content-Type: application/json' \
--data '{
"audience": {},
"assets": [
null
],
"variables": {},
"permId": "string",
"name": "string",
"tags": [
null
],
"options": {
"sampleSize": 0,
"resolveOnly": true
}
}'{
"channel": "sms",
"audience": {
"intended": 2,
"suppressed": 0,
"deliverable": 2
},
"languages": [
{
"language": "en",
"recipients": 2,
"assetRef": "inline:0",
"estimatedPartsPerMsg": 1
}
],
"render": {
"samples": [
{
"language": "en",
"contactId": "263d…be7be7",
"text": "Hi John, your code is 123456"
}
],
"warnings": [],
"errors": []
},
"costEstimate": {
"currency": "EUR",
"messages": 2,
"parts": 2
}
}