When downloading media:
In Postman: Using the media URL obtained from the media ID and an active access token, I successfully retrieve the media.
In Node.js (using Axios): Attempting the same download with the exact media URL and access token results in a 400 error.
Additional details:
URL Validity: The media URL has not expired. Access Token Validity: The access token is active and the same one used in Postman. Request Library: I’m using Axios in the Node.js server to make the request.