curl --location --request GET '/api/account/v4.0/discounts/grouped?checkin&checkout'
{
"data": [
{
"code": "string",
"title": "string",
"description": "string",
"count": 0,
"min": 0,
"max": 0
}
]
}