curl --request POST \
--url http://localhost:8080/miniapp/subscription/tariff/switch \
--header 'Content-Type: application/json' \
--data '
{
"init_data": "<string>",
"tariff_id": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Переключение тарифа без изменения даты окончания.
curl --request POST \
--url http://localhost:8080/miniapp/subscription/tariff/switch \
--header 'Content-Type: application/json' \
--data '
{
"init_data": "<string>",
"tariff_id": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}