cURL
curl --request POST \ --url https://local.auth.nhost.run/v1/user/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "newPassword": "Str0ngPassw#ord-94|%", "ticket": "<string>" }'
"<string>"
JSON Web Token to authorize requests.
The body is of type object.
object
The password has been successfully changed
The response is of type string.
string