X-Ca-Api-Token: ********************{
"name": "string",
"desc": "string"
}curl --location --request POST '/api/v1/device/add' \
--header 'X-Ca-Api-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"desc": "string"
}'{
"code": 0,
"message": "add host success",
"data": {
"remote_id": "1625746175",
"client_id": null,
"mac": null,
"owner_id": null,
"create_time": null,
"statuscode": null,
"is_share": null,
"is_mob_granted": null,
"client": null,
"limit_control": null,
"info": null,
"memo": "",
"state": {},
"fcStateInfo": {},
"fcRecord": {},
"lastActiveTime": null,
"quickApps": "[]",
"_extend": null
}
}