credit.score.read scope.curl --location --request GET 'https://api.dev.opensylo.com/api/marketplace/data/merchant//credit-score' \
--header 'Authorization: Bearer <token>'{
"totalScore": 75,
"riskTier": "B",
"maxLendingCap": 150000,
"eligiblePercentage": 30,
"scoreBreakdown": {},
"lendingImplication": "string",
"calculatedAt": "2019-08-24T14:15:22.123Z",
"riskFlags": [
"string"
]
}