curl --location --request PUT '/api/stock-adjustments/' \
--header 'Content-Type: application/json' \
--data-raw '{
"locationKey": "09000155500910",
"storeroomKey": "03000819582185",
"accountKey": "09000025555109",
"userKey": "07000522421692",
"date": "string",
"reason": "string",
"lineItems": "[]",
"total": "string",
"type": "string"
}'{
"data": {
"key": "03000175046388",
"locationKey": "07000682618123",
"storeroomKey": "02000406701569",
"userKey": "00000579446063",
"date": "string",
"reason": "string",
"lineItems": [
{
"productKey": "08000644241634",
"materialKey": "06000965122019",
"quantity": "string",
"locationKey": "08000769264690",
"storeroomKey": "08000966697894"
}
],
"adjustmentNumber": "string",
"total": "string",
"type": "string",
"createdAt": "2003-05-20T20:59:35Z",
"updatedAt": "1996-02-01T17:44:23Z",
"deletedAt": "2006-04-05T21:08:07Z"
}
}