I tried accessing an endpoint through Postman which worked fine and having below headers :
Now while accessing the same using axios in nodejs I’m getting 403 Forbidden error, below are the headers I used in my code :
Using here :
Expecting a fix for the same