curl --location -g --request PATCH '/subscriptions/v1/card/{{subscriptionId}}' \
--header 'Private-Merchant-Id: {{EC-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": 10,
"subtotalIva0": 4.95,
"ice": 3.5,
"iva": 1.4,
"currency": "USD"
},
"startDate": "2017-01-18",
"endDate": "2020-01-18",
"language": "es",
"retryConfiguration": {
"retryType": "scheduled",
"value": [
10
]
}
}'