username:passwordAuthorization: Basic *****************curl --location --request GET 'http://localhost:8100/performance/getPerformance?limit' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"result": [
{
"dates": "string",
"balance": 0
}
],
"error": "string"
}