1api_category!("orders"; methods { 2 cancel_subscription, 3 change_state, 4 get, 5 get_amount, 6 get_by_id, 7 get_user_subscription_by_id, 8 get_user_subscriptions, 9 update_subscription 10});