Hi George,
My screenshot was from the API call directly from PostMan, not going through OutSystems.
I built an OML that handles the exception and displays the error message in attachment.
In order to access the full details, you need first to turn on the full logging in Service Center.
To do that, you should access Service Center - Modules - enter the detail of your module TestSendSMS - tab Integrations - enter the detail of the API in question:

Then you need to turn the logging level to Full and choose the option Apply:

Then, after you execute the call in the browser which will generate the 422 Unprocessable Entity error, you can see the full detail of the API call through Service Center - Monitoring - Integrations and selecting the Error red message on the call:

Now you have access to the full request and response and can see the extra details:

Regards,
João