curl --location --request GET '/api/v1/transactions/expired?page&limit&businessId' \
--header 'Authorization: <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
}
}
}