Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/hub/ba_rv_rel/insi?name=龙凤河' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": null,
"data": {
"list": [
{
"id": "1871453220951519237",
"name": "穿北运河倒虹吸"
}
],
"total": 1
},
"ok": true
}