curl --location -g --request PATCH '/subscriptions/v1/card/{{subscriptionId}}' \
--header 'Private-Merchant-Id: {{PE-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"planName": "Premium",
"periodicity": "monthly",
"contactDetails": {
"firstName": "John",
"lastName": "Doe",
"email": "user@example.com",
"phoneNumber": "+5163912345678"
},
"amount": {
"subtotalIva": 0,
"subtotalIva0": 50,
"ice": 0,
"iva": 0,
"currency": "PEN"
},
"startDate": "2023-01-18",
"endDate": "2024-01-18",
"language": "es",
"retryConfiguration": {
"retryType": "scheduled",
"value": [
10
]
}
}'