# アプリを起動する

クラウドフォンにインストール済みのアプリを起動する

Endpoint: POST /api/cloudphone/app/start
Version: 1.0.0

## Request fields (application/json):

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

  - `packageName` (string, required)
    アプリパッケージ名

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (string)

  - `data` (null)

  - `requestId` (string)

