curl --location --request POST 'https://api.wiser.cloud/v1/custom-payment-links/cpl_123/cancel' \
--header 'Authorization: Bearer <token>'{
"id": "cpl_123",
"shortId": "abc123",
"checkoutUrl": "https://pay.mrcy.io/pagar/abc123",
"planId": "plan_123",
"business": "wiseup-online",
"contact": {
"name": "Maria Silva",
"email": "maria@exemplo.com",
"phone": "5511999999999"
},
"conditions": {
"amount": 150,
"cycles": 3
},
"expiresAt": "2026-08-01T00:00:00.000Z",
"canceledAt": "2026-07-28T14:30:00.000Z",
"status": "CANCELED",
"createdAt": "2026-07-20T10:00:00.000Z",
"updatedAt": "2026-07-28T14:30:00.000Z"
}