curl --request POST \
--url http://localhost:8080/cabinet/subscription/traffic \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Purchase additional traffic.
curl --request POST \
--url http://localhost:8080/cabinet/subscription/traffic \
--header 'Content-Type: application/json' \
--data '{
"gb": 50000
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to purchase additional traffic.
GB to purchase (0 = unlimited)
0 <= x <= 100000Successful Response