curl --location -g --request POST '/subscriptions/v1/card/{{subscriptionId}}/authorize' \
--header 'Private-Merchant-Id: {{PE-Private-Merchant-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": {
"ice": 0,
"iva": 0,
"subtotalIva": 0,
"subtotalIva0": 50,
"currency": "PEN"
},
"name": "John",
"lastName": "Doe",
"email": "user@example.com",
"months": 3,
"fullResponse": "v2"
}'{
"code": "K012",
"message": "ID de suscripción no válida."
}