curl --location --request POST '/companies//settings/taxes' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "GST",
"type": "SGST",
"rate": 18
}'{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "GST",
"type": "SGST",
"rate": 18,
"createdAt": "2024-01-01T00:00:00.000Z",
"updatedAt": "2024-01-01T00:00:00.000Z"
},
"errors": [
"string"
]
}