Authorization: Bearer ********************
curl --location --request GET '/api/v2/ktties//summary-balances'
{
"data": {
"assigned": [
{
"member": {
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"user_status": "Registered",
"can_become_admin": false,
"role": "Owner",
"status": "Approved"
},
"deposits_summary": {
"amount": "100.12",
"currency_code": "AUD"
},
"expenses_summary": {
"amount": "100.12",
"currency_code": "AUD"
}
}
],
"unassigned_deposits_count": 3
}
}