curl --location --request GET '/api/inventories?filter&page&sort&per_page'{
"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"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}