curl --request POST \
--url https://suite.sisqualis.com.br/api/password-reset/ \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"username": "<string>"
}
'{
"detail": "<string>"
}curl --request POST \
--url https://suite.sisqualis.com.br/api/password-reset/ \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"username": "<string>"
}
'{
"detail": "<string>"
}