{
"statusCode": 200,
"success": true,
"data": {
"schedules": [
{
"scheduleId": "string",
"customerId": "string",
"amount": 9.99,
"currency": "string",
"frequency": "monthly",
"status": "active",
"nextBillingDate": "2024-02-01T00:00:00Z",
"totalBillings": 5,
"createdAt": "2024-01-01T00:00:00Z"
}
],
"total": 1
}
}