# キーボックスを設定

Endpoint: POST /api/cloudphone/setKeyBox
Version: 1.0.0

## Request fields (application/json):

  - `filePath` (string)
    ファイルパス（例：/sdcard/Download/xxx.xml）

  - `id` (integer)
    クラウド電話ID

## Response 200 fields (application/json):

  - `code` (integer)
    応答コード：0 = 成功、>0 = エラー

  - `msg` (string)

  - `data` (boolean)

