POST request to create Multiple groups for the item.ApiKey: ********************[
{
"name": "Mobiles",
"parent_id": 1
},
{
"name": "Gaming Consoles",
"parent_id": 2
}
]curl --location 'https://api.hisabkitab.co/third-party/batch/item-groups' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
{
"name": "Mobiles",
"parent_id": 1
},
{
"name": "Gaming Consoles",
"parent_id": 2
}
]'{
"success": true,
"message": "Item Groups Created Successfully."
}