get https://api.bewe.io/v1/discounts/
Retrieves a paginated list of discount objects associated with the authenticated account.
This endpoint supports filtering by various query parameters such as name, start date, end date, and lowercase name. The response includes pagination metadata (total items, number of pages, current page) and an array of discount objects, each containing key information such as name, category, type, condition, expiration, enabled status, and filter details. This endpoint is useful for displaying or managing all discounts available to a business account.