Security
Authorization
POST
curl -i -X POST \
https://api.MoreLogin.com/cloudphone/app/install \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"appVersionId": "1672940217990530",
"id": 1673823102599682
}'Response
{ "code": 0, "msg": null, "data": true, "requestId": "string" }