curl --location -g --request POST '{{baseUrl}}oauth/introspect' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'token=ACCESS_TOKEN'{
"active": true,
"client_id": "gtc9...",
"user_id": 12345,
"scopes": ["profile:read", "..."],
"expires_at": "2026-07-16 11:45:32"
}