curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/GetReport301' \
--header 'Content-Type: application/json' \
--data-raw '{
"SessionCode": "string",
"CustomerRegistryIDList": [
"string"
],
"EnquiryReason": "KYCCheck"
}'{
"Success": true,
"Errors": [
"string"
],
"InfoMessage": "string",
"TransactionID": "string",
"SearchResult": [
{
"RegistryID": "string",
"Name": "string",
"IsPerforming": true
}
]
}