post https://api.example.com/check
Endpoint to be polled to check whether the new user/device has been verified. The SDK will call this endpoint.
a 200 form this endpoint indicates the 'magic-link' endpoint has been hit successfully. The SDK store the API response in storage,
and call Step 3.
a 400 or 422 indicates that the magic link has not been clicked yet.