# Truy vấn danh sách thương hiệu và mẫu mã

Truy vấn danh sách các thương hiệu và mẫu máy có sẵn cho phiên bản Android đã cho.

Endpoint: POST /api/cloudphone/brand/models
Version: 1.0.0

## Request fields (application/json):

  - `skuId` (integer, required)
    Mã sản phẩm điện thoại đám mây

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (string)

  - `requestId` (string)

  - `timestamp` (integer)

  - `data` (array)

  - `data.brand` (string)

  - `data.model` (string)

