curl --location --request POST 'https://mock.apidog.com/m1/1198618-0-default/vop/v1.0/integration/account-verification' \
--header 'X-Request-ID: b3f63a46-5ab2-474f-974c-01f0f50e2c01' \
--header 'Responder-ID: currenciesdirect' \
--header 'Accept: application/json' \
--header 'Sub-Account-Check: Y' \
--header 'Api-Key: 01f0f50e2c01' \
--header 'Transfer-Encoding: chunked' \
--header 'Set-Cookie: SESSIONID=1775051015.821.65.210997|2f761ae759ccda0d59f83250dc8b85a5; Max-Age=3600; Path=/; Secure; HttpOnly' \
--header 'X-Frame-Options: DENY' \
--header 'Strict-Transport-Security: max-age=31536000; includeSubDomains' \
--header 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate' \
--header 'X-Content-Type-Options: nosniff' \
--header 'X-XSS-Protection: 0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json' \
--data-raw '{
"Data": {
"SchemeName": "IBAN",
"Identification": "FR1420041010050500013M02606",
"CheckType": "Name",
"Name": "Pierre King",
"SecondaryIdentification": "CDE-123"
}
}'