curl -X 'POST' \
  'http://10.254.221.20:3000/api/v1//auth/token' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "email": "eduardomsouza@ufpr.br",
  "password": "teste123",
  "client_secret": "LDE",
  "grant_type": "password"
}'