curl --request POST \
--url http://localhost:3000/api/sms-programs \
--header 'Content-Type: application/json' \
--data '{}'{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}Creates a new SMS program in draft status.
curl --request POST \
--url http://localhost:3000/api/sms-programs \
--header 'Content-Type: application/json' \
--data '{}'{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}