# 徽章 Badge

> CNB 徽章模块提供了项目徽章的管理接口。

## 概述

徽章模块用于创建和管理项目的状态徽章。

## 接口列表

### 徽章相关接口

<table>
<thead>
  <tr>
    <th>
      接口
    </th>
    
    <th>
      方法
    </th>
    
    <th>
      描述
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      待补充
    </td>
    
    <td>
      -
    </td>
    
    <td>
      -
    </td>
  </tr>
</tbody>
</table>

## 使用示例

```bash
# 示例请求
curl -X GET "https://api.cnb.cool/badge" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## 注意事项

- 徽章通常公开可访问
