curl --location --request POST 'https://auth.hbsa.com.br/realms/hbsa-qa/protocol/openid-connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=<client>' \
--data-urlencode 'client_secret=<secret>'{}