curl --location --request GET 'http://192.168.0.220:12000/terminal/core/v1/video/source/inside/support/resolution/list' \
--header 'Authorization;' \
--header 'Authorization: "token": "1766750047679tzKSIsromDRgY7hHsgCbiw==",'{
"code": 0,
"message": "success",
"data": {
"result": [
{
"value": "2048x256p-60"
},
{
"value": "4096x512p-60"
},
{
"value": "1920x1080p-60"
},
{
"value": "720x480p-60"
},
{
"value": "1280x720p-60"
}
]
}
}