total_deposits, total_net_worth across all accounts (FX-converted where applicable).Authorization: ********************curl --location '/v1/accounts/summary' \
--header 'Authorization: Bearer <token>'{
"total_deposits": "string",
"total_net_worth": "string"
}