curl --location --request PUT 'https://services.sunnyday.co.id/api/locations/5DP4iH6HLkQsiKESj6rh' \
--header 'Version: 2021-07-28' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Microsoft",
"phone": "+18832327657",
"email": "john@deo.com",
"postalCode": "12312312",
"website": "www.xyz.com",
"address": "street adress",
"state": "new york",
"city": "new york",
"country": "us",
"description": "business description"
}'{
"success": true,
"buiseness": {
"id": "63771dcac1116f0e21de8e12",
"name": "Microsoft",
"phone": "string",
"email": "abc@microsoft.com",
"website": "microsoft.com",
"address": "string",
"city": "string",
"description": "string",
"state": "string",
"postalCode": "string",
"country": "united states",
"updatedBy": {},
"locationId": "string",
"createdBy": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
}