{
"authorId": 0,
"isOrigin": 0,
"keyword": "string",
"month": "string",
"orderRole": "string",
"page": 0,
"pagesize": 0,
"pannel": 0,
"tag": 0,
"tagIds": [
0
],
"year": "string"
}
curl --location --request POST '/follow/myfollow' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorId": 0,
"isOrigin": 0,
"keyword": "string",
"month": "string",
"orderRole": "string",
"page": 0,
"pagesize": 0,
"pannel": 0,
"tag": 0,
"tagIds": [
0
],
"year": "string"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true
}