The cart system lets you save accounts for later purchase. All cart endpoints require authentication.
Cart operations:
GET /cart— View cart contentsPOST /cart?id=X— Add an account to cartDELETE /cart?id=X— Remove an account from cartPOST /cart?action=clear— Clear entire cartPOST /cart?action=buy— Purchase all items in cart