curl --location --request POST 'https://api.francavenda.com.br/v1/password/renew' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "user@example.com",
"token": "string",
"password": "string",
"new_password": "stringst",
"new_password_confirm": "stringst"
}'{}