{
"product_category": [
{
"tenant_code": "TH",
"category_type": 1,
"category_code": "Test123",
"category_description": "Test124"
}
]
}curl --location --request POST 'https://testapi.com/api/xd/1.0/set_product_category' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_category": [
{
"tenant_code": "TH",
"category_type": 1,
"category_code": "Test123",
"category_description": "Test124"
}
]
}'{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}