curl --location --request PATCH 'https://api-uat.kushkipagos.com/subscriptions/v1/card/' \
--header 'Private-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"planName": "Premium",
"periodicity": "monthly",
"contactDetails": {
"firstName": "John",
"lastName": "Doe",
"email": "user@example.com"
},
"amount": {
"subtotalIva": 70000,
"subtotalIva0": 0,
"ice": 3.5,
"iva": 13300,
"currency": "COP"
},
"startDate": "2017-01-18",
"endDate": "2020-01-18",
"language": "es",
"retryConfiguration": {
"retryType": "scheduled",
"value": [
10
]
}
}'