curl --location --request POST 'http://api.gelsinpizza.com/api/web/Member/ResetPassword' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"email":"nhtdmr@gmail.com",
"resetHash":"547c9b02-cdf0-42ed-9950-e94695c46a3f",
"newPassword":"321",
}'
{}