I have a POST call test, that i need to execute in 2 environment, Development & test.
When i Execute it in Development, its working but the same test changing the method in the URL from POST to GET
Develoment environment:
POST https://gms.com/documents/
Test environment:
GET https://gms.com/documents/
Not sure how is automatically changing when i change the environment, i have double checked it has only POST in the resource level