Currently in the process of migrating from Apiary.
curl --location 'https://ext.kasamax.cz/ext/assortment/price-list/list' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 0,
"skip": 0
}'{
"total": 0,
"pageSize": 0,
"page": 0,
"items": [
{
"localId": "string",
"externalId": "string",
"name": "string"
}
]
}