curl --request PUT \
--url http://localhost:8080/cabinet/subscription/traffic \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{}Switch to a different traffic package (change limit).
curl --request PUT \
--url http://localhost:8080/cabinet/subscription/traffic \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{}Request to purchase additional traffic.
GB to purchase (0 = unlimited)
0 <= x <= 100000Successful Response
The response is of type Response Switch Traffic Package Cabinet Subscription Traffic Put · object.