curl --location 'https://oauth.cliquify.me/oauth/introspect' \
--header 'Content-Type: application/json' \
--data '{"token":"YOUR_ACCESS_TOKEN"}'{
"success": true,
"message": "",
"data": {
"active": true,
"client_id": "a1b2c3d4e5f6g7h8",
"user_id": null,
"scopes": ["profile:read", "templates:read", "assets:read"],
"expires_at": "2027-01-01 12:00:00"
}
}