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