Getting 403 error while calling API in Nodejs [closed]

I tried accessing an endpoint through Postman which worked fine and having below headers :
enter image description here
enter image description here

Now while accessing the same using axios in nodejs I’m getting 403 Forbidden error, below are the headers I used in my code :

enter image description here
Using here :
enter image description here

Expecting a fix for the same