curl --location 'https://api.synci.io/api/v1/banks/countries?integrator=undefined&get_requester_country=undefined' \
--header 'Authorization: Bearer <token>'{
"data": {
"countries": [
"string"
],
"requester_country": {
"name": "string",
"code": "string"
}
}
}