curl --location -g --request POST '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": 202,
"result": "successful",
"id": "2415"
}