I run a collection as a monitor. When executing the request directly from the postman app, they are successfully executed. When run in monitor, all POST requests are send without their body attached, resulting in an error response for a bad request.
The request signature is as follows:
Headers
Content-Type: application/json
Body
‘raw’
{ “data”: { “Id”: “4”, … } }
What could be the reason for postman to not send the data?