{
"tenant_code": "string",
"route_type": 0,
"route_class": "string",
"category_code1": "string",
"start_date_time": "2025-12-01T12:09:28.534Z",
"end_date_time": "2025-12-01T12:09:28.534Z",
"page_number": 0
}curl --location --request POST 'https://testapi.com/api/xc/1.0/get_authorized_product' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"route_type": 0,
"route_class": "string",
"category_code1": "string",
"start_date_time": "2025-12-01T12:09:28.534Z",
"end_date_time": "2025-12-01T12:09:28.534Z",
"page_number": 0
}'[
{
"tenant_code": "string",
"route_code": "string",
"route_category_code1": "string",
"route_class": "string",
"route_territory_hierarchy": "string",
"distributor_code": "string",
"distributor_territory_hierarchy": "string",
"authorized_item_code": "string",
"authorized_item_description": "string",
"item_code": "string",
"hierarchy_code": "string",
"last_modified_date_time": "string"
}
]