name and value are required; the owning account is assigned automatically.Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/taxes.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"Tax":{"name":"VAT","value":15,"description":"Value Added Tax","included":0,"is_active":1}}'{
"result": "successful",
"code": 202,
"id": 2415
}