{
"brandCode": "",
"brandName": "",
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 0,
"updateBy": "",
"updateTime": ""
}curl --location --request POST '/api/v1/mesInventoryBrand/add' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandCode": "",
"brandName": "",
"companyId": 0,
"createBy": "",
"createTime": "",
"delFlag": 0,
"description": "",
"id": 0,
"updateBy": "",
"updateTime": ""
}'{}