Authorization: Bearer ********************curl --location --request GET '/monitor-walls//remotes?limit&offset' \
--header 'Authorization: Bearer <token>'{
"monitor_wall_remotes": [
{
"monitor_wall_id": "447197",
"remote_id": "1438699287",
"tag_id": "35029815",
"sort": "0",
"online": false,
"remote_name": "DESKTOP-L9JALH7",
"remote_description": ""
},
{
"monitor_wall_id": "447197",
"remote_id": "1473760055",
"tag_id": "0",
"sort": "0",
"online": false,
"remote_name": "暴躁的西瓜",
"remote_description": "xxx"
}
],
"total": "2"
}