curl --location --request GET 'https://api.storyous.com/stocks/5a75b658f60a3c15009312f1/stocks/1/stockTakings/17' \
--header 'Authorization: Bearer <token>'
{
"stockTakingId": "1",
"createdAt": "2021-01-01T13:30:00.000Z",
"note": "My first stock-taking",
"personId": "55af539409393f3d00000054",
"personName": "Josh",
"totalBalanceWithoutVat": 1500,
"isDraft": false,
"items": [
{
"itemId": "1",
"amount": 10,
"previousAmount": 9
}
]
}