Authorization: Bearer ********************{
"phoneId": 650,
"account": "test1234",
"login": false,
"remark": ""
}curl --location --request POST 'https://cloudphone.dedaolm.com/close' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneId": 650,
"account": "test1234",
"login": false,
"remark": ""
}'{
"code": 0,
"msg": "success",
"data": true
}