curl --location -g --request PUT 'https://.daftra.com/api2/taxes/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Tax": {
"name": "string",
"value": 0,
"description": "string",
"included": 0
}
}'
{
"code": 200,
"result": "successful"
}