Authorization: Bearer ********************curl --location --request POST '/desktop/banks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_name": "GTB Bank",
"account_name": "Ifeoluwa Alao",
"account_number": "0694255043",
"payment_note": "Please ensure to view your products to ensure they are in good condition. No return after purchase",
"tax": 5,
"business_logo": "https://res.cloudinary.com/dwfnoynkp/image/upload/v1720098558/dev/logos/business-fa8c7ee1-80c1-4935-b4b0-73eabbfaf46f.jpg",
"business_address": "lekki face one",
"brand_color": "#686c4b"
}'{
"success": true,
"message": "Success",
"data": {
"bank_name": "GTB Bank",
"account_number": "0694255043",
"account_name": "Ifeoluwa Alao",
"user_id": "2400",
"business_id": "2290",
"created_at": "2024-07-25T22:47:16.635+01:00",
"updated_at": "2024-07-25T22:47:16.635+01:00",
"id": "320"
}
}