Check the validity of the code and complete the login flow.
curl --request POST \ --url https://{appId}.session.prelude.dev/v1/session/login/otp/check \ --header 'Content-Type: application/json' \ --header 'X-App-Id: <x-app-id>' \ --data '{ "code": "12345" }'
This response does not have an example.
OK