{}
curl --location --request POST 'http://127.0.0.1/v1.0/exclusive/trustedDevices/query' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"userId": "string",
"platform": "string",
"macAddress": "string",
"status": 0,
"createTime": 0
}
]
}