curl --location --request GET 'https://api.openpay.dk/v1/accounts/1234/summary'
{
"summary": "Most of the money is being spend on admission fees and drinks and snacks",
"categories": [
{
"description": "Admission Fees",
"icon": "🏆",
"total_amount": "4000.00",
"currency": "DKK"
},
{
"description": "Drinks & Snacks",
"icon": "🍻",
"total_amount": "2500.00",
"currency": "DKK"
}
]
}