Authorization: Bearer ********************curl --location --request GET '/business/staffs/1234/activities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "MANAGER"
}'{
"success": true,
"message": "Business merged successfully",
"data": {
"id": 37,
"user_id": 3,
"business_type_id": null,
"name": "Smart business",
"country": "nigeria",
"state": "Jos",
"address": null,
"currency": "NGN",
"logo": null,
"is_default": false,
"is_verified": false,
"is_active": true,
"created_at": "2023-08-06T00:20:10.212+01:00",
"updated_at": "2023-09-07T21:04:20.729+01:00"
}
}