Error while parsing XML stream in POST API call

0
Hello Experts,   I am getting this 400 bad request error while calling the POST API in Postman which I have to use in mendix later. The same POST call is working fine in my client machine but it is failing in my machine (note: I am also using VDI).  can someone suggest me what is the issue and how to resolve it?  
asked
1 answers
0

Since it is working fine in your client machine, ask him/her to send the POSTMAN Collection to you.
Then you import and run it at your Local POSTMAN client.
This issue must be due to the Request Body (Data and the MimeType) that you have filled.

answered