curl --request POST \
--url http://localhost:8080/cabinet/subscription/renew \
--header 'Content-Type: application/json' \
--data '
{
"period_days": 1825
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Renew subscription (pay from balance).
curl --request POST \
--url http://localhost:8080/cabinet/subscription/renew \
--header 'Content-Type: application/json' \
--data '
{
"period_days": 1825
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to renew subscription.
Renewal period in days
1 <= x <= 3650Successful Response