curl --location --request GET 'http://127.0.0.1/customer-topologies-relation?customerId='
{
"_embedded": [
{
"createBy": "string",
"createTime": "string",
"customerId": "string",
"tenant": "string",
"topologiesId": 0,
"topologiesName": "string",
"updateBy": "string",
"updateTime": "string"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}