# 关注者 Followers

> 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/followers" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## 注意事项

- 关注操作需要相应的用户权限
