curl --request POST \
--url http://localhost:8080/miniapp/subscription/traffic-topup \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>",
"gb": 123,
"subscriptionId": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Докупка трафика для подписки.
curl --request POST \
--url http://localhost:8080/miniapp/subscription/traffic-topup \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>",
"gb": 123,
"subscriptionId": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}