curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentLinkId": "d8df4604-d7c3-4153-89b1-7ee8bbbd86a0",
"rate": 0.07965886,
"amount": "2.11",
"paidAmount": "2.11",
"status": "SUCCESSFUL",
"createdAt": "2026-02-24T09:49:23.133Z",
"expiresAt": "2026-03-11T11:40:07.702Z",
"reference": "fwI83LPoIw",
"note": "cultellus cruciamentum tam",
"transactions": [
{
"id": "9fc2ceeb-4e98-4f5f-8387-a09ba3630a3d",
"type": "CRYPTOCURRENCY_DEPOSIT",
"currencySlug": "doge",
"amount": 26.48795125,
"amountRate": 0.07965886,
"transactionHash": "cb942e42bc973a84ed887c80fe9a28b62a7b0c3cfd151d53625a9296e254ae2b",
"confirmations": 139,
"status": "SUCCESSFUL",
"minConfirmations": 5
}
]
}'