Authorization: Bearer ********************
curl --location --request DELETE 'https://ckbapi.quwanzhi.com/v1/devices/45' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "删除成功", "data": { "result": 1 } }