API Docs/Playground

🎮 API Playground

Test our Tax Calculator APIs directly in your browser

POST /api/tax/personal-income

curl -X POST https://thue.cuthongthai.vn/api/tax/personal-income \
  -H "Content-Type: application/json" \
  -d '{"salary":30,"bonus":5,"dependents":1}'