curl --location --request GET '/api/taxes?filter&page&sort&per_page'{
"data": [
{
"key": "04000908910091",
"organizationKey": "01000550513502",
"name": "string",
"type": "string",
"taxPercentage": "string",
"isActive": "true",
"createdAt": "1996-03-29T03:48:03Z",
"updatedAt": "1995-03-17T23:01:18Z",
"deletedAt": "1973-03-17T03:46:36Z"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}