Authorization: Bearer ********************
[
"string"
]
curl --location --request POST 'http://10.12.186.133:30924/transpond/internal/kgx/api/v1/graph/search' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}