curl --request GET \
--url https://api.example.com/cabinet/promo/group-discounts \
--header 'Authorization: Bearer <token>'{
"group_name": "<string>",
"server_discount_percent": 0,
"traffic_discount_percent": 0,
"device_discount_percent": 0,
"period_discounts": {}
}Get user’s promo group discounts.
curl --request GET \
--url https://api.example.com/cabinet/promo/group-discounts \
--header 'Authorization: Bearer <token>'{
"group_name": "<string>",
"server_discount_percent": 0,
"traffic_discount_percent": 0,
"device_discount_percent": 0,
"period_discounts": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.