post https://api.freight.fyi/api/v1/drayage_invoices/drayage_item/payment
Creates a payment and asc record for drayage invoice payment
Args:
amount (float): description
paymentinputs (PaymentInputs): _description
drayageinvoice_uuids_and_amounts (list[DrayageInvoiceAndPaymentAmount]): _description
db (Session, optional): description. Defaults to Depends(getdb).
current_user (_type, optional): description. Defaults to Depends(getcurrent_active_user).
organization_uuid (Optional[str], optional): _description. Defaults to Body(None, embed=True).