This PR fixes issue https://github.com/postmanlabs/postman-app-support/issues/11835, where for generated collection from OpenAPI definition was not containing Accept header correctly in example request. This created certain issues in further flows like mocks.
RCA
We are not adding Accept header in example request similar to as present in request ATM.
Fix
We'll be now adding corresponding Accept header in the example request.
Problem
This PR fixes issue https://github.com/postmanlabs/postman-app-support/issues/11835, where for generated collection from OpenAPI definition was not containing Accept header correctly in example request. This created certain issues in further flows like mocks.
RCA
We are not adding Accept header in example request similar to as present in request ATM.
Fix
We'll be now adding corresponding Accept header in the example request.