Authorization: Bearer ********************
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/profile-options/fonts/random?count=undefined' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "success", "data": { "items": [ { "name": "string" } ], "count": 1 } }