curl --request PUT \
--url https://api.example.com/cabinet/subscription/traffic \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{}Switch to a different traffic package (change limit).
curl --request PUT \
--url https://api.example.com/cabinet/subscription/traffic \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.