curl --location --request GET 'http://127.0.0.1:8081/iot/pushFacialAttendanceInfo?id=' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"raw": {
"property1": {},
"property2": {}
},
"config": {
"keyComparator": {},
"ignoreError": true,
"ignoreCase": true,
"dateFormat": "string",
"ignoreNullValue": true,
"transientSupport": true,
"stripTrailingZeros": true,
"checkDuplicate": true,
"order": true
},
"empty": true,
"property1": {},
"property2": {}
}
}