REST API call AUthorization error

0
When I am trying to pass an xml in post request body, I am always getting the error that you are not authorized to perform this. But the xml is working properly through postman app. I have imported the ssl certificate as well. Can anyone tell how can I pass the xml as a request in Call REST service? I have imported the Cert in app settings certificate tab.   Below is the response I am getting:     Here is the xml I am passing in request body:
asked
2 answers
0

Did you add the postman headers to Mendix like Accept application/xml ?

answered
0

Below is the error I am getting:

 

image.png

answered