Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/oauth2/introspect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string",
"token": "string",
"token_type_hint": "access_token",
"resource": "string"
}'{
"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"
}