curl --request PATCH \
--url http://localhost:8080/cabinet/subscription/autopay \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"days_before": 15
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Update autopay settings.
curl --request PATCH \
--url http://localhost:8080/cabinet/subscription/autopay \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"days_before": 15
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}