Zend certified PHP/Magento developer

How do you accept terms and conditions via API?

I attempted to place an order via /rest/default/V1/carts/mine/payment-information and got the following response:

    "message": "The order wasn't placed. First, agree to the terms and conditions, then try placing your order again."
}

How do I accept terms via API?