post https://{hostname}/oauth/forgot_password_native
Sends an email that includes a link for resetting a password.
Responses
Sends an email that includes a link for resetting a password.
xxxxxxxxxx
curl --request POST \
--url https://hostname/oauth/forgot_password_native \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"stat": "ok"
}