curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/GetReport202' \
--header 'Content-Type: application/json' \
--data-raw '{
"SessionCode": "string",
"CustomerRegistryIDList": [
"string"
],
"EnquiryReason": "KYCCheck"
}'{
"Success": true,
"Errors": [
"string"
],
"InfoMessage": "string",
"TransactionID": "string",
"SMARTScores": [
{
"RegistryID": "string",
"GenericScore": 0
}
],
"ScoreFactors": [
{
"RegistryID": "string",
"ScoreFactorType": "string",
"ScoreFactorNarrative": "string"
}
]
}