curl --location --request POST 'https://mock.apidog.com/m1/1198618-0-default/open-banking/v3.3/cop-integration/name-verification' \
--header 'x-fapi-interaction-id: 0863628c-c9be-431d-8053-565de4c3ba1a' \
--header 'cop-responder-id: 8053-568493jdjf7329' \
--header 'Accept: application/json' \
--header 'srd-check: Y' \
--header 'apikey: samplekey' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Data": {
"SecondaryIdentification": "ABC-12345",
"SchemeName": "SortCodeAccountNumber",
"Identification": "93901144085752",
"AccountType": "Business",
"Name": "Doniel Jones"
}
}'{
"SchemeName": "SortCodeAccountNumber",
"AccountType": "Personal",
"Identification": "34835204778438",
"Name": "Doniel Jones",
"SecondaryIdentification": "ABC-12345",
"AccountSwitched": "Y",
"OptedOut": "Y",
"AccountSupported": "N",
"AccountNickname": "string"
}