{
"mobileId": 0, // 云手机ID
"filePath": "" // 文件路径,例如:/sdcard/Download/xxx.xml
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/setKeyBox' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobileId": 0, // 云手机ID
"filePath": "" // 文件路径,例如:/sdcard/Download/xxx.xml
}'{}