Authorization: Bearer ********************curl --location --request POST '/business/tax' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tax": "21"
}'{
"success": true,
"message": "Tax updated successfully",
"data": {
"id": 1,
"user_id": 48,
"business_id": "48",
"tax": "21",
"created_at": "2023-08-31T01:44:16.860+01:00",
"updated_at": "2023-08-31T01:47:04.786+01:00"
}
}