POST /merchants/{merchantId}/delivery-order
curl -X POST https://daas-public-api.development.dev.woltapi.com/merchants/{merchantId}/delivery-order \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer {{access_token}}" \
-d '{"pickup":{"location":{"coordinates":{"lat":0,"lon":0},"formatted_address":"string"},"comment":"string","contact_details":{"name":"string","phone_number":"string","send_tracking_link_sms":true},"display_name":"string"},"dropoff":{"location":{"coordinates":{"lat":0,"lon":0},"formatted_address":"string"},"comment":"string","contact_details":{"name":"string","phone_number":"string","send_tracking_link_sms":true}},"customer_support":{"email":"string","phone_number":"string","url":"string"},"merchant_order_reference_id":"string","is_no_contact":false,"contents":[{"count":0,"description":"string","identifier":"string","tags":["alcohol"],"price":{"amount":0,"currency":"string"},"id_check_required":true,"dimensions":{"weight_gram":0,"width_cm":0,"height_cm":0,"depth_cm":0}}],"tips":[{"type":"pre_delivery_courier_tip","price":{"amount":0,"currency":"string"}}],"min_preparation_time_minutes":30,"scheduled_dropoff_time":"2025-03-10T14:45:38.907Z","order_number":"string","cash":{"amount_to_collect":0,"amount_to_expect":0},"handshake_delivery":{"is_required":false,"should_send_sms_to_dropoff_contact":true}}'