I had an issue with headers not being recognized until I set Content-Type to application/x-www-form-urlencoded manually. The sms api needs that format, especially if you’re sending data through form fields. Also, double-check your environment variables in Postman—mine looked fine but had extra spaces that broke the request. Once cleaned up, the sms api worked without any errors.