curl --location --request POST '/v1/tickets/tenant/sarana-niaga' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_document_number": "123XYZ",
"ticket_document_type": "Surat Jalan",
"executor_name": "Admin",
"request_at": "2025-04-28",
"police_number": "ABC 1234 XYZ",
"comodity": "Beras",
"total_item": "100",
"building_ids": [
"4909f48a-f3e9-48db-bdd7-b356e8022aa6",
"fd03482d-4cd9-4580-8916-4fc49648c008"
],
"delivery_order_file_path": "https://example.com/letters/assignment-001.pdf",
"bill_of_landing_file_path": "https://example.com/letters/assignment-001.pdf",
"invoice_file_path": "https://example.com/letters/assignment-001.pdf",
"other_file_path": "https://example.com/letters/assignment-001.pdf"
}'