curl --location 'https://public-api.woldy.xyz/v1/charges/' \
--header 'Authorization: Bearer <token>'{
"id": "ch_AAAA...",
"reference": {
"type": "PAYMENT_LINK",
"id": "pl_AAAA..."
},
"status": "PENDING",
"chain_id": "eip155:84532",
"unexpected": false,
"currency": "USDC",
"amount": "10.00",
"completed_at": "2019-08-24T14:15:22.123Z",
"failed_at": "2019-08-24T14:15:22.123Z",
"cancelled_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}