登录参见[postmen 设置api.mfuns.net 登录状态_喵御宅_MFuns_兴趣至上的二次元社区](https://www.mfuns.net/article/105736)
request path: https://api.mfuns.net/v1/reward/reward
request method: POST
request heather: Authorization
request body:
1. count 投喂数量
- 值必须大于0小等于5否则返回
- code 4031
- msg 参数错误
2. id 内容编号
- 内容必须存在否则返回
- code 404
- msg 资源不存在
3. type 内容类型
- 类型必须合规否则返回
- code 0
- msg 投喂类型错误
- 判断顺序
1. count
2. type
3. id
return:
```json
{
"code": 1,
"msg": "投喂成功",
"data": []
}
```