curl --request POST \
--url http://localhost:8080/cabinet/auth/password/forgot \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request password reset.
curl --request POST \
--url http://localhost:8080/cabinet/auth/password/forgot \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to initiate password reset.
Email address
Successful Response