curl -X POST "https://app.usatimbre.com/api/timbre/create-profile" \
-H "Authorization: Bearer tmb_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"tax_info": {
"tax_id": "XAXX010101000",
"taxpayer": "Juan Pérez",
"street": "Calle Principal 123",
"ext_num": "123",
"neighborhood": "Centro",
"city": "Ciudad de México",
"state": "CDMX",
"country": "México",
"postal_code": "12345",
"fiscal_regimen": "601",
"cfdi_use": "G03"
},
"email": "[email protected]",
"phone_number": "+525512345678"
}'