curl -X POST "https://api.tarifflo.com/v1/classify/hts" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"product_description": "Wireless bluetooth headphones",
"material": "plastic and metal",
"country_of_origin": "CN"
}'