Authorization: Bearer ********************{
"phoneId": 289
}curl --location --request POST 'https://cloudphone.dedaolm.com/forceClose' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneId": 289
}'{
"code": 0,
"msg": "success",
"data": null
}