curl --location --request GET 'https://server.scaledmail.com/api/v1/orders?organization_id' \
--header 'Authorization: Bearer <token>'{
"total": 2,
"payments": [
{
"id": "rec0LZaZRIFUx2o1",
"amount": 120,
"created_at": "2025-08-06T19:19:49.000Z",
"status": "Active",
"description": "SM - Microsoft"
},
{
"id": "rec0LZaZRIFUx2o1",
"amount": 234,
"created_at": "2025-10-28T07:27:23.000Z",
"status": "Cancelled",
"description": "SM MS 70% - SM Google 30%"
}
]
}