Alternatively, for a bit more convenience, you can also simply mock the
https://sasgrowth.azure-api.net/api/profile/profile endpoint.
The format is as follows:
HTTP/1.1 200 Generated
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: authorization,x-request-id
Access-Control-Allow-Credentials: true
Strict-Transport-Security: max-age=31536000; includeSubDomains
platform: SK-LoyaltySolutions-STOPMD-PRD
Content-Length: 1120
Content-Type: application/json; charset=utf-8
{"id":12345678,"firstName":"James","lastName":"Bon d","birthdate":"1974-04-15","title":"Mr","gender":"M","closed":false,"emai l":"YOUREMAIL","mobile":"+123456789","address":{"c ountryCode":"NO"},"euroBonus":{"euroBonusNumber":" 123456789","enrollmentDate":"2024-01-12","memberStatus":"EB","lastModifiedDate":"2024-01-24T16:27:54.423Z","memberSinceDate":"2024-01-12","membershipPeriodStartDate":"2024-01","membershipPeriodEndDate":"2024-12","nextIncentiveLevel":"S","basicPointsRequiredF orNextLevel":20000,"segmentsRequiredForNextLevel": 10,"qualifyingFlightsThisYear":0,"pointsInformatio n":{"pointsForUse":0,"basicPointsEarnedThisYear":0 ,"expiringPoints":,"activities":},"incentiveLevel" :"B","incentiveLevelStartDate":"2024-01-12","lifetimeGold":{"valid":false,"years":0,"perio ds":[{"flightsRequired":45,"pointsRequired":45000,"peri odEndDate":"2023-12","periodStartDate":"2023-01","qualifyingFlights":0,"qualifyingPoints":0,"va lid":false},{"flightsRequired":45,"pointsRequired" :45000,"periodEndDate":"2024-12","periodStartDate":"2024-01","qualifyingFlights":0,"qualifyingPoints":0,"va lid":false}]}}}
I don't think the values really matter - I wouldn't bother with changing more than your name, birthdate and contact information.
Then the retroclaim website starts working.
This is actually not difficult to do using a tool like Fiddler. But it's potentially dangerous, so I'm not going to give more detailed instructions.