x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/inventory/category-items' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": {
"id": 1
},
"item_code": "PETIT",
"name": "Article rouge petit",
"segmentation_id": "SEG-001"
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}