curl --location 'https://agent-sand.orixa.tech/agent/v1/shop/category/list' \
--header 'X-Access-Key: ak_9d8c5ab0bc1cfb58f756eecd47' \
--header 'X-Timestamp: 1784279270' \
--header 'X-Nonce: b3f4ea552bb67f95' \
--header 'X-Signature: 89161bd92e0bb602926ebce7f83800a9513b34522b0bb42c583b96514b10192a' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"time": "string",
"data": [
{
"id": 0,
"pid": 0,
"name": "string",
"children": [
{
"id": 0,
"pid": 0,
"name": "string",
"children": [
{
"id": 0,
"pid": 0,
"name": "string",
"children": [
"string"
]
}
]
}
]
}
]
}