Authorization: Bearer ********************
curl --location --request PATCH '/package-photo-upload/15/' \
--form 'form_data="{
\"package\": 28,
\"delivery_start_date_time\": \"01-08-2024 14:00\",
\"delivery_end_date_time\": \"11-08-2024 17:30\",
\"package_delivery_status\": [5,8,9,11,12],
\"other_reasons\": \"Abcdefghijkl\"
}"' \
--form 'photo_upload_one=@""' \
--form 'photo_upload_two=@""' \
--form 'photo_upload_three=@""' \
--form 'photo_upload_four=@""' \
--form 'photo_upload_five=@""' \
--form 'signature=@""'
{}