curl --location --request GET '/api/v1/funds//performance?accountNumber=DA3345' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"metrics": {
"beginningCapital": 0,
"endingBalance": 0,
"endingUnits": 0,
"netIncome": 0,
"managementFee": 0,
"unrealizedProfitAndLoss": 0
},
"returns": {
"dayToDate": 0,
"monthToDate": 0,
"yearToDate": 0,
"inceptionToDate": 0,
"quarterToDate": 0
}
}
}