Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/740441-0-default/events/discounts' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"name": "Christmas holidays 2025",
"type": "discount",
"discountPercentage": 0.1,
"productIds": [
1
]
}
],
"error": null,
"links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com",
"last": "http://example.com"
},
"meta": null
}