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