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