I need to send an Arabic message with postman. I recieve the text as ??????? instead of arabic characters.
here's the body of my request in postman :
{
"authentication": {
"username": "myusernam",
"password": "mypassword"
},
"messages": {
"sender": "Mysender",
"text": "رأيكم يهمنا. المرجو تنقيط جودة استفدتم منها عبر الرابط التالي: ht
"recipients": [
{
"gsm": "21260000000"
}
]
}
}
and here are the headers that I have included:
Content-Type : application/json; charset = utf-8 Accept : application/json; charset = utf-8