curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/smscarriers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"carrier": "acme",
"url": "https://sms.example.com/send",
"auth": "string",
"auth-type": "basic",
"inbound-to": "string",
"inbound-to-plus": true,
"inbound-from": "string",
"inbound-from-plus": true,
"inbound-text": "string",
"inbound-media-field": "string",
"custom-nested-inbound-fields": "string",
"response": "string",
"response-param": "string",
"response-header-type": "string",
"outbound-to": "string",
"outbound-to-plus": true,
"outbound-to-array-format": true,
"outbound-from": "string",
"outbound-from-plus": true,
"outbound-from-array-format": true,
"outbound-text": "string",
"json-encode": true,
"content-type": "application/json",
"outbound-include-auth-header": true,
"set-http-header": true,
"custom-outbound-json-fields": "string",
"outbound-media-keep-text": true,
"outbound-media-field": "string",
"outbound-mms-array-format": true
}'