curl --location -g --request GET 'https://.daftra.com/api2/taxes/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'
{
"code": 200,
"result": "successful",
"data": {
"Tax": {
"id": 0,
"tax_id": 0,
"name": "string",
"value": 0,
"description": "string",
"included": 0,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
}
},
"pagination": {
"prev": "/api2/clients/?page=1",
"next": "/api2/clients/?page=3",
"page": 2,
"page_count": 5,
"total_results": 98
}
}