curl --location --request GET '/openapi/v0.9/manage/api/v1/projects//topologies/unlock-license/list?device_sn=1581F8HHD24B10010084&device_model_domain=1&license_type&license_id&detail' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'
{
"code": 0,
"message": "string",
"data": [
{
"area_unlock": {
"area_ids": [
0
]
},
"circle_unlock": {
"height": 0,
"latitude": 0,
"longitude": 0,
"radius": 0
},
"common_fields": {
"begin_time": 0,
"device_sn": "string",
"enabled": true,
"end_time": 0,
"group_id": 0,
"id": 0,
"name": "string",
"type": 0,
"user_id": "string",
"user_only": true
},
"country_unlock": {
"country_number": 0,
"height": 0
},
"height_unlock": {
"height": 0
},
"polygon_unlock": {
"points": [
{
"latitude": 0,
"longitude": 0
}
]
},
"power_unlock": {
"level": 0
},
"rid_unlock": {
"level": 0
}
}
]
}