curl --location --request POST 'https://citizenhangar.space/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
}