{
"tenant_code": "string",
"category_type": 0,
"posting_date_time": "2025-11-06T11:48:40.749Z",
"page_number": 0
}curl --location --request POST 'https://testapi.com/api/xc/1.0/get_product_category' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"category_type": 0,
"posting_date_time": "2025-11-06T11:48:40.749Z",
"page_number": 0
}'[
{
"tenant_code": "string",
"category_type": 0,
"category_code": "string",
"category_description": "string",
"is_active": "string",
"custom_attribute_1": "string",
"custom_attribute_2": "string",
"custom_attribute_3": "string",
"custom_attribute_4": "string",
"custom_attribute_5": "string",
"custom_attribute_6": "string",
"custom_attribute_7": "string"
}
]