Complete the password reset flow using the token from the reset email. Returns authentication token after successful password reset.
curl --request POST \
--url https://api.fluxer.app/v1/auth/reset \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}curl --request POST \
--url https://api.fluxer.app/v1/auth/reset \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"token": "<string>",
"user_id": "<string>"
}