curl --location --request POST '/v1/external/tickets/company' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_at": "2025-07-24",
"expired_at": "2025-07-28",
"police_number": "B 1234 XYZ",
"comodity": "Batu Bara",
"unit_of_item": "Kg",
"total_item": "3000",
"building_ids": [
"f3276fad-b4d8-4884-901f-debb6ecce545",
"3d1c6815-ba69-4e9a-b3fe-64d1663350e6"
],
"delivery_order_path": "uploads/6a2068fe2d32c53b00d25b507a101810-deliver-order.pdf",
"bill_of_landing_path": "uploads/6a2068fe2d32c53b00d25b507a101810-bill-of-landing.pdf",
"invoice_path": "uploads/6a2068fe2d32c53b00d25b507a101810-invoice.pdf",
"other_path": "uploads/6a2068fe2d32c53b00d25b507a101810-other.pdf"
}'