I am currently experiencing attached error after calling a POST API. The test passes successfully on POSTMAN (200). On Flutterflow, the call is executed on my mobile device (Mobile Money Wallet Transaction API) and successfully posted to the mobile money wallet account. However, there is no test response on Flutterflow end and I am getting the attached error. The format for the API is XML. The complete URL with parameters is as follows:
The 3rd party API provider clarified they cannot change the response to JSON. Really need your help ASAP as I cannot add additional actions due to the error. Is it possible to parse the XML to JSON response and how do I go about this? Kindly assist with a solution as I am really stuck and need to publish the app.