Authorization: Bearer ********************curl --location --request PUT '/business/update/2242' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessName": "Foodr Eats",
"businessTypeId": "",
"businessAddress": "",
"businessCountry": "",
"businessState": "",
"businessCurrency": ""
}'{
"success": true,
"message": "Business updated successfully",
"data": {
"id": "2242",
"business_id": "8f188fdd-5eb9-474f-b535-76000415643e",
"user_id": "1718",
"business_type_id": "1",
"name": "Foodr Eats",
"code": "NGN",
"country": "Nigeria (NGA)",
"state": "",
"address": null,
"currency": "POUNDS",
"logo": null,
"is_verified": false,
"is_active": true,
"created_at": "2024-04-28T21:35:31.130+01:00",
"updated_at": "2024-09-05T03:44:09.318+01:00",
"brand_color": null
}
}