Authorization: Bearer ********************curl --location --request GET '/business/tax' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Tax fetched successfully",
"data": {
"id": 3,
"user_id": "3",
"business_id": "3",
"tax": 7.5,
"created_at": null,
"updated_at": null
}
}