Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/dispatches/api/v1/vehicle-inspection-photos' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'load_uuid="a414daf9-9dcc-4cd5-85a1-22e34996def0"' \
--form 'vehicle_uuid="69e56b3e-4d24-4063-bea0-e39d0943c376"' \
--form 'inspection_stage="pickup"' \
--form 'angle="front-right"' \
--form 'photo=@"/Users/colindixon/Desktop/582578767_25102618189354395_6242327590091433266_n.jpg"'{}