client_credentials).client_id, client_secret e grant_type=client_credentials no body (application/x-www-form-urlencoded).Authorization: Bearer {access_token}.401.curl --location 'https://auth-hs.iorq.com.br/token' \
--data-urlencode 'client_id=1234567890' \
--data-urlencode 'client_secret=1234567890' \
--data-urlencode 'grant_type=client_credentials'{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30",
"expires_in": 3600,
"token_type": "Bearer"
}