curl --location '/Login/62dataQRCodeApply' \
--header 'X-Access-Token: access_token_from_admin' \
--header 'X-Cloud-Access-Token: zk_live_rNWCXi4WlPx-sKC0cl5xRO33O5Ad8NuEK4sL9gA11Sw' \
--header 'Content-Type: application/json' \
--data '{
"Data62": "string",
"DeviceName": "自定义 iPhone",
"Password": "string",
"Proxy": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
},
"UserName": "string"
}'{
"Code": 0,
"Data": {},
"Message": "成功",
"Success": true,
"request_id": "request-00000001",
"Data62": "data62_from_iphone_profile"
}