Auth
Auth Password Reset
Complete a password-reset flow using a token that was provided to the member via a reset request operation such as `AuthEmailPasswordReset`.
Complete a password-reset flow using a token that was provided to the
member via a reset request operation such as AuthEmailPasswordReset.
curl -X POST "https://loading/api/auth/password/reset" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "new": "password456" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}