post https://api.freight.fyi/api/v1/drayage_invoices/payment
Creates a payment and associated ASC record for drayage invoices
Args: amount (float): description payment_inputs (PaymentInputs): description db (Session, optional): description. Defaults to Depends(get_db). current_user (type, optional): description. Defaults to Depends(get_current_active_user). organization_uuid (Optional[str], optional): description. Defaults to Body(None, embed=True).