Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"curl --location --request GET 'https://api.staging.mintedconnect.com/partner/banks' \
--header 'x-client-id: web' \
--header 'api-version: 3' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'{
"id": 1,
"name": "Türkiye İş Bankası A.Ş.",
"bank_code": "0064",
"country_code": "TR",
"country_id": 1,
"currency_id": 1,
"currency_code": "TRY",
"active": true,
"has_gateway": false,
"gateway": null,
"logo": null,
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}