Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/hub/ba_rv_rel/culv?name=西大洼' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": null,
"data": {
"list": [
{
"id": "1871460562258587661",
"name": "海泰北道涵"
}
],
"total": 1
},
"ok": true
}