curl --location --request POST 'https://mock.apidog.com/m1/1198618-0-default/open-banking/v3.3/cop/confirmation-payee-requester/request-name-verification' \
--header 'x-fapi-financial-id: ycMxgBFTYZMU5XkteM' \
--header 'x-fapi-interaction-id: 0863628c-c9be-431d-8053-565de4c3ba1a' \
--header 'cop-requester-id: 8053-565de295359229' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Data": {
"SecondaryIdentification": "ABC-12345",
"SchemeName": "SortCodeAccountNumber",
"Identification": "71585660483575",
"AccountType": "Business",
"Name": "Daniel Jones"
}
}'{
"Status": "string",
"Message": "string",
"CreationDateTime": "string",
"StatusUpdateDateTime": "string",
"Data": {
"VerificationReport": {
"Matched": false,
"ReasonCode": "MBAM",
"Name": "Daniel Jones"
}
}
}