curl --location --request GET 'https://api.synci.io/api/v1/banks/supported/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 0,
"integrator": "UNKNOWN",
"country": "string",
"name": "string",
"bic": "string",
"logo": "string",
"supported": true,
"supports_pending_transactions": true,
"supports_card_accounts": true,
"max_historical_days": 0,
"max_access_valid_for_days": 0
}
}