curl --request POST \
--url https://api.novacpayment.com/api/v1/banks/account/verify \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bank_code": "<string>",
"account_number": "<string>",
"currency": "<string>"
}
'