curl --location --globoff 'https://app-gateway.realsee.ai/open/saas/v1/custom/ruler/list?resource_code=' \
--header 'Authorization: '{
"request_id": "string",
"trace_id": "string",
"business_code": "string",
"osi_request_id": "string",
"code": 0,
"status": "string",
"data": {
"list": [
{
"custom_id": 0,
"id": 0,
"keywords": [
"string"
],
"polyline": {
"id": "string",
"lines": [
{
"id": "string",
"points": [
{
"id": "string",
"position": [
0
]
}
],
"text": "string"
}
],
"visiblePanoIndexes": [
0
]
}
}
]
},
"cost": 0
}