Authorization: Bearer ********************
curl --location --request GET 'https://youchaibao.com/api/auth/clients/'
{
"code": 0,
"msg": "",
"data": {
"property1": [
{
"id": 0,
"status": "string",
"last_heartbeat": "string",
"user_id": 0,
"username": "string"
}
],
"property2": [
{
"id": 0,
"status": "string",
"last_heartbeat": "string",
"user_id": 0,
"username": "string"
}
]
}
}