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