Authorization: Bearer ********************curl --location --request GET 'https://example.com/api/v1/banks' \
--header 'Authorization: Bearer <token>'[
{
"id": "qt3a4ezrra97s9rfdvtjnz0a",
"name": "Fidelity Bank",
"active": true,
"appUrlScheme": "com.flashpay.fidelity",
"createdAt": "2025-05-02T13:17:02.50523Z",
"updatedAt": {
"Time": "0001-01-01T00:00:00Z"
}
},
{
"id": "kpa3i7fgc8j2x7ykdp9mbye5",
"name": "Opay MFB",
"active": true,
"appUrlScheme": "com.flashpay.opay",
"createdAt": "2025-05-20T16:24:47.788313Z",
"updatedAt": {
"Time": "0001-01-01T00:00:00Z"
}
},
// ...
]