curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices/save-cart \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{}Save cart for device purchase (for insufficient balance flow).
curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices/save-cart \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{}