package models type AddItemToCart struct { UserID string TariffID string AccessToken string }