curl --request GET \
--url http://localhost:8080/cabinet/admin/users/{user_id}/available-tariffs{
"user_id": 123,
"promo_group_id": 123,
"promo_group_name": "<string>",
"tariffs": [],
"total": 0,
"current_tariff_id": 123,
"current_tariff_name": "<string>"
}Get list of tariffs available for a specific user.
Takes into account user’s promo group to determine which tariffs are accessible. Shows all tariffs with availability flag.
curl --request GET \
--url http://localhost:8080/cabinet/admin/users/{user_id}/available-tariffs{
"user_id": 123,
"promo_group_id": 123,
"promo_group_name": "<string>",
"tariffs": [],
"total": 0,
"current_tariff_id": 123,
"current_tariff_name": "<string>"
}Include inactive tariffs