Body:
- offset (number): Зміщення для пагінації
- count (number): Кількість елементів
- priceListUuids? (array): UUID прайс-листів
- nomenclatureUuids? (array): UUID номенклатури
- periodable? (array, optional): Період [startDate, endDate]
Response:
Array<{ uuid: string name: string priceLists: Array<{ uuid: string name: string price: number currency: { uuid: string | null iso: string | null symbol: string | null } }> | null }>