Authorization: Bearer ********************curl --location --request POST '/business/default/198' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Default business set successfully",
"data": {
"id": 48,
"user_id": "3",
"business_type_id": "1",
"name": "Foodr's ",
"country": "United Kingdom",
"state": "",
"address": null,
"currency": "POUNDS",
"logo": null,
"is_default": true,
"is_verified": false,
"is_active": true,
"created_at": "2023-09-07T16:59:20.684+01:00",
"updated_at": "2023-09-07T17:37:57.727+01:00"
}
}