0
号收藏夹。Authorization: Bearer ********************
curl --location --request POST 'https://example.com/favorite' \
--header 'Authorization: Bearer <token>' \
--form 'aid=""' \
--form 'type=""'
{
"status": "ok",
"msg": "漫画添加到您最喜爱的清单!",
"type": "add"
}