Authorization: Bearer ********************
curl --location 'http://local.zhongyibrowser.com:39025/api/v1/profile-options/hardware/random' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "message": "success", "data": { "memory_gb": 1, "cpu_cores": 1 } }