curl --location --request PATCH 'https://api.wiser.cloud/v1/custom-payment-links/cpl_123/expiration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"expiresAt": "2026-09-01T00:00:00.000Z"
}'{
"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-09-01T00:00:00.000Z",
"status": "PENDING",
"createdAt": "2026-07-20T10:00:00.000Z",
"updatedAt": "2026-07-28T14:00:00.000Z"
}