curl --location --request POST 'api.creditregistry.com/nigeria/AutoCred/test/v8/api/ResetPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"EmailAddress": "string",
"SubscriberID": "string"
}'{
"Success": true,
"Errors": [
"string"
],
"InfoMessage": "string",
"TransactionID": "string"
}