{
"language": "string",
"categoryId": 0
}
curl --location --request POST '/v2/alibaba/product/categoryTranslationQuery' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "string",
"categoryId": 0
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"categoryId": 0,
"chineseName": "",
"translatedName": "",
"language": "",
"leaf": "",
"level": "",
"parentCateId": "",
"fromCache": false,
"children": [
{}
]
}
}