Calling REST service with POST method
I am working on an app that will be calling a REST service. This service is a POST method that sends a json in its body content. The problem comes when creating the service in appery. I don't see where to put the json to be added the body content.
I have tried adding the json fields as request parameters, but it doesn't work. I have checked and settings are apparently correct (POST method, json data type and json content type are set). The API works fine outside of appery (I have tested it on REST client) so it's not a problem of the API itself.