Get list of banks and financial institutions

Response schema:

{
    "status": boolean,
    "message": string,
    "data": [
        {
            "code": string,
            "name": string,
        }
    ]
}
Language
Authorization
Header