curl --request POST \
--url https://api.decodahealth.com/admin/taxes \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"name": "<string>",
"percentage": 50,
"location_id": "<string>"
}
'