curl --location 'https://api.techrar.com/inventory/v1/merchant/items/bundle-categories/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name_en": "Packaging",
"name_ar": "التغليف",
"is_selectable": true,
"is_optional": true,
"min_selections": 1,
"max_selections": 1,
"ordering": 0
}'{
"id": 41,
"name_en": "Packaging",
"name_ar": "التغليف",
"ordering": 0,
"is_selectable": true,
"max_selections": 1,
"min_selections": 1,
"is_optional": true,
"options": []
}