PENDING.COMPLETED.curl --location 'https://api.ziett.co/c/v1/campaigns/batch' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"country_alpha2": "st",
"content": "string",
"channel_type": "SMS",
"recipients": [
"string",
"string"
]
}'null