resetPasswordBody
email string
Example:
contact@simplejwtlogin.com
AUTH_CODE string
Required when "AuthenticationReset Password Requires Auth Code" is enabled
Example:
MY_SUPER_SECRET_AUTH_CODE
resetPasswordBody
{
"email": "contact@simplejwtlogin.com",
"AUTH_CODE": "MY_SUPER_SECRET_AUTH_CODE"
}