curl --location '/api/v1/transactions/expired?page=undefined&limit=undefined&businessId=undefined' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"transactions": [
{
"id": "string",
"shortId": "string",
"status": "string",
"expectedAmount": 0,
"actualAmount": 0,
"fromCurrency": "string",
"expiresAt": "string",
"createdAt": "string",
"business": {
"id": "string",
"businessName": "string"
}
}
],
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0
}
}
}