{
"token": "rst_7e1a2b",
"newPassword": "N3wP@ssw0rd!"
}curl --location --request POST 'https://mock.apidog.com/m1/1052146-0-default/auth/password/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "rst_7e1a2b",
"newPassword": "N3wP@ssw0rd!"
}'{
"success": true,
"code": "PASSWORD_UPDATED",
"message": "Password changed successfully",
"data": null,
"meta": null
}