curl --request POST \
--url https://api.example.com/cabinet/subscription/devices/save-cart \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{}Save cart for device purchase (for insufficient balance flow).
curl --request POST \
--url https://api.example.com/cabinet/subscription/devices/save-cart \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to purchase additional device slots.
Number of additional devices
1 <= x <= 100Successful Response