curl --location --request GET '/lighthouse/app/api/open/v1//app/breakPoints' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}'
{
"success": true,
"msg": "string",
"code": "string",
"content": [
{
"id": "string",
"name": "string",
"width": 0,
"icon": "string",
"type": "DESKTOP",
"device": "DESKTOP"
}
]
}