curl --location -g --request POST 'https://relay.exostack.cloud/{{relay_path}}/api/inventory/product_group/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"sales_accounts": [
{
"id": 0,
"account_number": 0,
"account_id": 0
}
],
"purchase_accounts": [
{
"id": 0,
"account_number": 0,
"account_id": 0
}
],
"tax_exception_number": 0,
"segment_number": 0,
"bo_allowed": true,
"reference": {
"segment_id": 0,
"tax_exception_id": 0
},
"number": 0
}'