{
"identity": "string",
"name": "string"
}
curl --location --request POST 'https://mesh.apinb.com//cloud.Method.List' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": "string",
"name": "string"
}'
{
"list": [
{
"identity": "string",
"name": "string",
"ext": "string",
"parent": [
"string"
],
"file": {},
"created_at": "string",
"updated_at": "string",
"children": [
"string"
]
}
]
}