{
"email": "user@example.com"
}curl --location --request POST 'https://platform.shopranos.eu/api/accounts/ForgotPassword/Customer' \
--header 'x-companyid;' \
--header 'x-storeid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'