curl --request GET \
--url https://api.getovra.com/customers/{id}/kyc/status \
--header 'Authorization: Bearer <token>'{
"kycStatus": "<string>",
"iban": "<string>",
"issuerAccountId": "<string>"
}curl --request GET \
--url https://api.getovra.com/customers/{id}/kyc/status \
--header 'Authorization: Bearer <token>'{
"kycStatus": "<string>",
"iban": "<string>",
"issuerAccountId": "<string>"
}