# Đặt hộp chìa khóa

Endpoint: POST /cloudphone/setKeyBox
Version: 1.0.0

## Request fields (application/json):

  - `filePath` (string)
    Đường dẫn tệp, ví dụ: /sdcard/Download/xxx.xml

  - `id` (integer)
    ID điện thoại đám mây

## Response 200 fields (application/json):

  - `code` (integer)
    Mã phản hồi: 0 = thành công, >0 = lỗi

  - `msg` (string)

  - `data` (boolean)

