curl --location --request PUT '/api/inventories/' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "25617245",
"name": "string",
"quantity": 10,
"unitCost": 10,
"locationKey": "03000529361896"
}'{
"data": {
"key": "09000048633753",
"code": "59838746",
"name": "string",
"quantity": 10,
"unitCost": 10,
"locationKey": "08000356728503",
"updatedAt": "1983-09-06T21:55:53Z",
"createdAt": "2020-05-13T10:49:43Z"
}
}