curl --location 'https://api.techrar.com/inventory/v1/merchant/items/bundle-categories/?main_item_id=undefined&show_all_options=undefined&page=1&page_size=5' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 42,
"name_en": "Drinks",
"name_ar": "مشروبات",
"ordering": 0,
"is_selectable": true,
"max_selections": null,
"min_selections": null,
"is_optional": false,
"options": []
},
{
"id": 41,
"name_en": "Packaging",
"name_ar": "التغليف",
"ordering": 1,
"is_selectable": true,
"max_selections": 1,
"min_selections": 1,
"is_optional": true,
"options": []
}
]
}