curl --request POST \
--url https://{host}/frontend/api/v1/auth/password-restore \
--header 'Content-Type: application/json' \
--header 'X-Recaptcha-Token: <x-recaptcha-token>' \
--data '
{
"email": "[email protected]"
}
'{
"success": true
}curl --request POST \
--url https://{host}/frontend/api/v1/auth/password-restore \
--header 'Content-Type: application/json' \
--header 'X-Recaptcha-Token: <x-recaptcha-token>' \
--data '
{
"email": "[email protected]"
}
'{
"success": true
}