Authorization: Bearer ********************curl --location --request POST '/business/48' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "pady",
"country": "China",
"currency": "Yen",
"business_type": "5"
}'{
"success": true,
"message": "Business updated successfully",
"data": {
"id": 48,
"user_id": "48",
"business_type_id": "5",
"name": "pady",
"country": "China",
"state": null,
"currency": "Yen",
"logo": null,
"is_default": true,
"is_verified": false,
"is_active": true,
"created_at": "2023-08-27T17:47:15.971+01:00",
"updated_at": "2023-08-30T00:00:54.866+01:00",
"businessType": null
}
}