curl --location --request POST 'http://member.bilibili.com/arcopen/fn/article/anthology/edit?client_id=&access_token=' \
--form 'list_id=""' \
--form 'name=""'
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"id": 460,
"name": "testUpdate100",
"summary": "testsummary1",
"update_time": 1641353960,
"ctime": 1639654238,
"publish_time": 1641295683,
"words": 7698,
"state": 3
}
}