📄️ Step 1 - Endpoint
For the first step of changing over to v3 you will need to change the URL as the format has changed.
📄️ Step 2 - API key
Now that the endpoint has been updated we now need to update the API key. It used to be sent from the body with the apiKey attribute.
📄️ Step 3 - Query data
Update content type
📄️ Step 4 - Status code
The endpoint now returns 200 OK when succeeds instead of 201 Created.
📄️ Step 5 - Session token
Now when we get back the response from the /search/create we can get the session token.