{
"newPassword": "string",
"validatePassword": "string",
"token": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/Accounts/ChangePassword/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "string",
"validatePassword": "string",
"token": "string"
}'{}