curl --request POST \
--url https://api.example.com/v1/customer/auth/password-resets/verifications \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"token": "<string>",
"new_password": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1/customer/auth/password-resets/verifications \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"token": "<string>",
"new_password": "<string>"
}
'