cURL
curl --request POST \ --url https://tandem.hlofiys.xyz/api/auth/confirm-email \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "code": "<string>", "password": "<string>" } '
{ "token": "<string>", "refresh_token": "<string>" }
Email confirmed successfully
JWT token
Refresh token