curl --location --request POST 'https://connect.dispatchable.com/documents/api/v1/templates/00000000-0000-0000-0000-000000000101/preview' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "00000000-0000-0000-0000-000000000101",
"type": "load",
"data": {
"uuid": "fac6ef80-1339-45b4-9dfe-18b5cdd234b5",
"company_uuid": "fd8ddd84-420d-4db1-ba17-c1d8b62434a7",
"user_uuid": "fd8ddd84-420d-4db1-ba17-c1d8b62434a7",
"external_id": null,
"internal_id": 1004,
"is_active": 1,
"status": "active",
"lifecycle": "lead",
"origin_city": "Brooklyn",
"origin_state": "NY",
"origin_zip": "11201",
"origin_address_1": null,
"origin_address_2": null,
"origin_contact": null,
"origin_phone_1": null,
"origin_phone_2": null,
"origin_phone_3": null,
"buyer_number": null,
"origin_mobile": null,
"origin_name": null,
"origin_instructions": null,
"destination_city": "Miami",
"destination_state": "FL",
"destination_zip": "33156",
"destination_address_1": null,
"destination_address_2": null,
"destination_contact": null,
"destination_phone_1": null,
"destination_phone_2": null,
"destination_phone_3": null,
"destination_mobile": null,
"destination_name": null,
"destination_instructions": null,
"is_touch_free": 0,
"trailer_type": "OPEN",
"load_type": "auto_transport",
"first_avail": "2025-08-08 00:00:00",
"load_date": null,
"load_terms": null,
"delivery_date": null,
"delivery_terms": null,
"carrier_pay": null,
"cod_amount": null,
"additional_info": null,
"additional_terms": null,
"special_instructions": null,
"notes_from_customer": null,
"total": null,
"payment_method": null,
"broker_fee": null,
"shipper_name": null,
"shipper_address": null,
"shipper_phone": null,
"shipper_email": null,
"load_length": null,
"load_width": null,
"load_height": null,
"load_weight": null,
"load_pieces": null,
"load_unit": null,
"load_description": null,
"load_value": null,
"load_value_currency": null,
"load_payment_term": null,
"load_payment_term_details": null,
"driver_instructions": null,
"driver_instructions_details": null,
"inspection_details": null,
"inspection_type": null,
"load_name": null,
"driver_pay": null,
"data_source_name": null,
"utm_source": null,
"utm_medium": null,
"utm_campaign": null,
"utm_term": null,
"utm_content": null,
"load_hours_from": null,
"load_hours_to": null,
"needs_load_appointment": false,
"needs_driver_call_ahead_load": false,
"needs_load_appt_scheduled": false,
"pickup_ref_no": null,
"shipper_load_method": null,
"origin_contact_email": null,
"delivery_hours_from": null,
"delivery_hours_to": null,
"needs_delivery_appointment": false,
"needs_driver_call_ahead_delivery": false,
"needs_delivery_appt_scheduled": false,
"delivery_ref_no": null,
"shipper_delivery_method": null,
"destination_contact_email": null,
"balance_payment_method": null,
"balance_payment_time": null,
"balance_payment_terms_begin_on": null,
"cod_cop_location": null,
"origin_notes": null,
"delivery_notes": null,
"cash_on_delivery": null,
"billing_notes": null,
"customer_company": null,
"customer_first_name": "Colin",
"customer_last_name": "Dixon",
"customer_street_address_1": null,
"customer_street_address_2": null,
"customer_city": null,
"customer_state": null,
"customer_zip": null,
"customer_phone_1": "7863347913",
"customer_phone_2": null,
"customer_email": "colinroydixon@gmail.com",
"created_at": "2025-07-16T04:05:50.000000Z",
"updated_at": "2025-07-16T04:16:27.000000Z",
"deleted_at": null,
"next_follow_up": null,
"is_responsive": 1,
"parent_uuid": null
}
}'