curl --request POST \
--url http://localhost:8000/api/v1/users/authorization/request-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Request a password reset.
curl --request POST \
--url http://localhost:8000/api/v1/users/authorization/request-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Schema for password reset request.
Successful Response