curl --location --request PUT 'https://api.storyous.com/stocks/5a75b658f60a3c15009312f1/stocks/1/stockTakings/34' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createdAt": "2021-01-01T13:30:00.000Z",
"note": "Some note",
"items": [
{
"itemId": "1",
"amount": 20
}
]
}'
{}