{
"mobileId": 0,
"brand": "string",
"model": "string"
}curl --location --request POST '/api/v1/cloud-mobile/new-machine' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileId": 0,
"brand": "string",
"model": "string"
}'{
"code": "",
"data": true,
"msg": ""
}