Authorization: Bearer ********************curl --location --request POST '/business/logo' \
--header 'Authorization: Bearer <token>' \
--form 'image=@""'{
"success": true,
"message": "Business logo updated successfully",
"data": {
"id": 48,
"user_id": "48",
"business_type_id": "5",
"name": "pady",
"country": "China",
"state": null,
"currency": "Yen",
"logo": "http://res.cloudinary.com/dwfnoynkp/image/upload/v1693351602/c54ujrfw2plx1mklg753.png",
"is_default": true,
"is_verified": false,
"is_active": true,
"created_at": "2023-08-27T17:47:15.971+01:00",
"updated_at": "2023-08-30T00:26:42.092+01:00",
"businessType": null
}
}