POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudphone/app/install \
-H 'Content-Type: application/json' \
-d '{
"appVersionId": "1672940217990530",
"id": 1673823102599682
}'Response
{ "code": 0, "msg": null, "data": true, "requestId": "string" }