Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/attachments/api/v1/attachment/?module=attachments' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'item_type="load"' \
--form 'item_uuid="123"'{}