In Postman when I am sending request getting “JSON_PARSER_ERROR” because in the request body it contains a special characters this is the body I am giving in postman
{
“hl7message” : “MSH|^~&|Elex|Community Group|||20230614165440+0530||ADT^A08^ADT_A01|MSG20230614165440465|P|2.5.1|||AL||IN|ASCII|^en|||”
}
I tried with changing headers content-type to “application/Json;charset=UTF-8” but it’s not Successfull
can anyone help me out of this here is the error I am getting