{
"data": [
{
"id": "string",
"name": "string",
"type": "Travel",
"colour_code": 1,
"status": "Open",
"last_transaction_at": "2019-08-24T14:15:22Z",
"total_balance": {
"amount": "100.12",
"currency_code": "AUD"
},
"available_balance": {
"amount": "100.12",
"currency_code": "AUD"
},
"members": [
{
"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"
}
]
}
],
"meta": {
"next_cursor_key": "string",
"has_more": true
}
}