{
"formFields": [
{
"id": "email",
"value": "test@email.com"
}
]
}curl --location 'http://localhost:8000//<tenantId>/user/password/reset/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"formFields": [
{
"id": "email",
"value": "test@email.com"
}
]
}'{
"status": "OK"
}