I'd like to make a get request like below, on my React App with or without Axios. But I don't know how to add my auth token for that.
curl -X GET https://server.url/acp-service/sites -H 'Content-Type: application/json' -H 'X-Authorization: eyJhbGciOiJIUzUxMiJ9.eyJ...long.string.here'
Could you please help me?