# One-click new machine

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

## Request fields (application/json):

  - `id` (integer)
    Cloud phone ID

  - `brand` (string)
    Brand

  - `modelId` (integer)
    Model ID

## Response 200 fields (application/json):

  - `code` (integer, required)
    Response code:0 indicates success, >0 indicates failure

  - `msg` (string, required)

