I have requests that require a token. Its passed in the header for the request as a key value pair with the key being access_token and the value being its value. Now different formats of the access token needs to be supported. eg: AccessToken,Access-Token,Access_Token. Is there any way I can verify it?
You can easily replace the header KEY with a Postman variable and build a small workflow with postman.setNextRequest or use a CSV or JSON data file for iterations.