Authorization: Bearer ********************curl --location --globoff 'https://.daftra.com/api2/taxes/1.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"Tax": {
"id": 1,
"name": "VAT",
"value": 15,
"description": "Value Added Tax",
"included": 0,
"is_active": 1,
"site_id": 42,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
}
}