Authorization: Bearer ********************curl --location --request GET '/business/all' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Businesses fetched successfully",
"data": [
{
"id": 3,
"user_id": "3",
"business_type_id": "9",
"name": "Games Villa",
"country": "Albania (ALB)",
"state": "",
"address": null,
"currency": "GHC",
"logo": "https://res.cloudinary.com/dwfnoynkp/image/upload/v1689337543/zvyeors2v8tsvly5zuhd.jpg",
"is_default": true,
"is_verified": false,
"is_active": true,
"created_at": "2023-04-22T11:46:50.216+01:00",
"updated_at": "2023-09-07T16:40:11.735+01:00"
}
]
}