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