Authorization: Bearer ********************
curl --location 'https://poemwiki.zeabur.app/api/v1/author/search' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --data '{ "keyword": "杨键" }'
{ "data": { "authors": [ { "url": "https://poemwiki.org/author/MjM0NjY2NjY2NjY1Nzg=", "id": 242, "label": "李白", "wikidata_id": 7071, "avatar_url": "https://poe-1254719278.cos.accelerate.myqcloud.com/avatar/a/MjM0NjY2NjY2NjY1Nzg=.webp", "desc": "唐代诗人", "source": "PoemWiki" } ] }, "message": "", "code": 0 }