curl --location 'https://einvoiceapiuat.impact.gr/oauth/introspect' \
--data-urlencode 'token=' \
--data-urlencode 'token_type_hint='{
"active": true,
"scope": "string",
"client_id": "string",
"username": "string",
"token_type": "string",
"exp": 0,
"iat": 0,
"nbf": 0,
"sub": "string",
"aud": "string",
"iss": "string",
"jti": "string"
}