Here some more info/observation.
The new/rewritten from scratch GET that works has different info in the “body” in the project export. I’ve cut it down to the minimal stuff below. I “suspect” that maybe this happened when a test was copied & modified?
In any case, is there a way to correct it within Postman or do we have to recreate all GET tests that have this issue?
GOOD CASE
“body”: {
“mode”: “raw”,
“raw”: “”
},
BAD CASE
“body”: {
“mode”: “urlencoded”,
“urlencoded”: [
{ “key”: “X-account-number”, “value”: “123456”, “type”: “text” },
{ “key”: “X-account-type”, “value”: “Credit”, “type”: “text” },
{ “key”: “Authorization”, “value”: “Bearer AAEgZDg0ZDk1OTU5NTgzNDI0M2JlOWVkMjAzM2Y5ZGYwY2Q-wuFlQKfSBmE4u7VlpNm73RXU4IHOUJDaQZoAT8qvDy009fv9aPScVTRVoVK20fe4J-kIguB7eMWKNQ29F5_w9nCaDegsLTBWHYbOCUYOpNiNQjXfZyotsdsmfsEoD_8\n”, “type”: “text” }