Authorization: Bearer ********************
{
"hostName": "string",
"clientType": 0,
"appName": 0
}
curl --location --request POST '/app/active/appActiveReport' \
--header 'Lucas-uniq-ClientType: {{ClientType}}' \
--header 'Lucas-uniq-IdentityType: {{IdentityType}}' \
--header 'Lucas-uniq-UserId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostName": "string",
"clientType": 0,
"appName": 0
}'
{
"code": "string",
"message": "string",
"debug": "string",
"showRequestId": true,
"requestId": "string",
"data": {}
}