curl --location --request POST 'https://api.francavenda.com.br/v1/oauth/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_type": "password",
"client_id": "<clientId>",
"client_secret": "<clientSecret>",
"username": "admin@data.fake",
"password": "password"
}'{}