BEARERTOKEN: This is returned by the
https://sasgrowth.azure-api.net/api/profile/auth/login endpoint
COOKIETOKEN: This is the value of the LOGIN_AUTH cookie
Ocp-Apim-Subscription-Key: This is some key that is relevant for SAS' Azure subscription. Don't change this.
X-Request-Id: This is just a random GUID, its contents don't matter - you can create one on
https://guidgenerator.com if you like
airlineCode: The code of the airline you're claming, e.g. KL for a KLM flight KL123
ticketNumber: The ticketnumber, all digits, no dashes, e.g. 1234567890123
firstName: Your first name
lastName: Your last name
booking class: The booking class of your ticket
departureDate: The departure date of your flight
flightNumber: The flight number of your flight, e.g. 123 for a flight KL123
destinationAirport: The destination airport code (three letters)
originAirport: The origin airport code (three letters)
RECAPTCHATOKEN: The token returned by the
https://www.google.com/recaptcha/api2/userverify endpoint. It returns something like this:
["uvresp","RECAPTCHATOKEN",1,120,null,null,null,nul l,null,"TOKEN_TO_IGNORE",null,0]
We only care about the first token.