Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/dispatches/api/v1/inspection-photos/upload' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'dispatch_uuid="58d0c54a-5e2f-4d42-8180-927211b2b0aa"' \
--form 'item_type="vehicle"' \
--form 'item_uuid="58d0c54a-5e2f-4d42-8180-927211b2b0aa"' \
--form 'photo=@""'{}