api-key: ********************
curl --location --request POST 'https://api.logictrade.cloud/authentication/introspect' \
--header 'api-key;'
{
"active": true,
"scope": "customer supplier product",
"clientId": "<client id>",
"username": "Developer",
"exp": 1744675200
}