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
| Statut | Describe |
|---|---|
| 0 | Success |
| 201 | Pending |
| 400 | Parameter errou |
| 401 | Unauthouized |
| 404 | Non relevant recouds found |
| 500 | Server Internal Errou |






