curl --location --request GET 'https://api.storyous.com/stocks/5a75b658f60a3c15009312f1/stocks/1/stockUps?lastId=247' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"stockUpId": "1",
"createdAt": "2021-01-01T13:30:00.000Z",
"note": "My firts stock up",
"number": "123456",
"supplierName": "Some supplier",
"supplierId": "55af539409393f3d00000054",
"personId": "55af539409393f3d00000054",
"personName": "Josh",
"totalPriceWithoutVat": 2500,
"isDraft": false
}
],
"nextPage": "https://api.storyous.com/stocks/5a75b658f60a3c15009312f1/stocks/1/stockUps?lastId=1"
}