curl --location --request POST 'https://api.francavenda.com.br/v1/password/recovery-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "user@example.com",
"method": "link",
"url": "http://example.com",
"channel": "string"
}'{}