curl --request POST \
--url http://134.209.118.139:3002/finance/inventory/add \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"itemname": "CAMON 50",
"quantity": 10,
"unitcost": 850000,
"supplier": "<string>"
}
'