# 1. Create profile by default

Create profile using default configuration

Note: The API rate limit is **50 requests per minute**. Exceeding it may result in temporary blocking.

(Giới hạn gọi API là **50 lần mỗi phút**. Vượt quá có thể dẫn đến bị chặn tạm thời.)

### **Request** <a href="#request-1" id="request-1"></a>

<table><thead><tr><th width="220">Method</th><th>URL</th></tr></thead><tbody><tr><td>POST</td><td><a href="http://127.0.0.1:2222/create-profile-by-default?is_local=false">http://127.0.0.1:2222/create-profile-by-default?is_local=false</a></td></tr></tbody></table>

### **Body** <a href="#body-1" id="body-1"></a>

```
{
    "defaultConfigId": 576   // nhập id của default config
}
```

### **Response** <a href="#id-3.-response" id="id-3.-response"></a>

```
{
    "type": "success",
    "title": "Create successfully.",
    "content": {
       //content information 
    }
}
```
