curl --request GET \
--url https://api.example.com/cabinet/admin/payment-methods/promo-groups \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>"
}
]List all promo groups for filter selector.
curl --request GET \
--url https://api.example.com/cabinet/admin/payment-methods/promo-groups \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>"
}
]