Authorization: Bearer ********************curl --location --request GET 'https://connect.dispatchable.com/invoices/api/v1/invoices' \
--header 'Accept: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'invoiceable_type="loads"' \
--form 'customer_type="shipper"' \
--form 'invoiceable_uuid="123"' \
--form 'due_date="03/30/2025"' \
--form 'total_amount="5000"'{}