Body
-
email
string(email) Required Minimum length is
1
.
curl \
-X POST https://app.lovassy.hu/Api/Status/NotifyOnResetKeyPasswordSet \
-H "Content-Type: application/json" \
-d '{"email":"hello@example.com"}'
curl \
-X POST https://app.lovassy.hu/Api/Status/NotifyOnResetKeyPasswordSet \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/Status/NotifyOnResetKeyPasswordSet \
-H "Content-Type: application/*+json"
{
"email": "hello@example.com"
}
{
"email": "hello@example.com"
}
{
"email": "hello@example.com"
}