Authorization: Bearer ********************
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/profile-options/kernels//systems' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "success", "data": { "kernel_version": "string", "items": [ { "system_os": "Windows", "versions": [ { "system_version": "string", "ua_versions": [ "string" ] } ] } ] } }