I'm working with a third party API when I send the password from my side for via CURL for example the following password
O5t[&[ec
the third party API is converted the above password to
"O5t[5":true,"[ec\
But when I send it from postman dirctly to the third party API it's taking it correctly
my request JSON body
{
"auth_token": "eyJhbGciOiJSUzI1NiIsInR5cC"
"data": {
"enabled": true
"sip": array:1 [
"password" => "O5t[5&[ec"
]
}
}
when I'm replacing the & character with any other character is working fine. how i can prevent the password strings and charters to converted to boolean values