curl --request GET \
--url https://api.clickpesa.com/third-parties/list/banks \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"bic": "<string>"
}
]Get Bank List
curl --request GET \
--url https://api.clickpesa.com/third-parties/list/banks \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>",
"bic": "<string>"
}
]