With your browser proxying through Burp Suite, turn intercept off, log in to your account, and click "My account".
Review the history and observe that your key is retrieved via an AJAX request to /accountDetails, and the response contains the Access-Control-Allow-Credentials header suggesting that it may support CORS.
Send the request to Burp Repeater, and resubmit it with the added header Origin: null.
Observe that the "null" origin is reflected in the Access-Control-Allow-Origin header.
In your browser, go to the exploit server and enter the following HTML, replacing $url with the URL for your unique lab URL and $exploit-server-url with the exploit server URL
Notice the use of an iframe sandbox as this generates a null origin request.
Click "View exploit". Observe that the exploit works - you have landed on the log page and your API key is in the URL.
Go back to the exploit server and click "Deliver exploit to victim".
Click "Access log", retrieve and submit the victim's API key to complete the lab.