Request header
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Authorization: username:api_secret
Content-Type: application/json
Response specifications
### Response format
```json
{
"code": 0,
"msg" : "success",
"data" : {} // Specific data
}
Response status code
| 상태 | Describe |
|---|---|
| 0 | Success |
| 201 | Pending |
| 400 | Parameter err또는 |
| 401 | Unauth또는ized |
| 404 | 아니요 relevant rec또는ds found |
| 500 | Server Internal Err또는 |






