cURL
curl --request POST \ --url https://tandem.hlofiys.xyz/api/auth/set-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "new_password": "<string>" } '
{ "token": "<string>", "refresh_token": "<string>" }
The one-time activation token from the email link.
The user's chosen new password.
Password set successfully. User is now logged in.
JWT token
Refresh token