Authorization: Bearer ********************{
"accountName": "string",
"iban": "string"
}curl --location --request POST '/recipient/sepa-verification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountName": "string",
"iban": "string"
}'{
"matchResult": "MATCH"
}