curl --request POST \
--url https://suite.sisqualis.com.br/api/password-reset/complete/{token}/ \
--header 'Content-Type: application/json' \
--data '
{
"new_password": "<string>",
"confirm_password": "<string>"
}
'{
"detail": "<string>"
}curl --request POST \
--url https://suite.sisqualis.com.br/api/password-reset/complete/{token}/ \
--header 'Content-Type: application/json' \
--data '
{
"new_password": "<string>",
"confirm_password": "<string>"
}
'{
"detail": "<string>"
}