Authorization: ********************{
"categoryName": "Electronics",
"language": "CH"
}curl --location '/api/v1/categories/level1/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"categoryName": "Electronics",
"language": "CH"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"categoryId": 17027489,
"typeId": 0,
"categoryName": "Electronics",
"language": "CH",
"categoryLevel": 1,
"parentId": 0
}
]
}