This document provides an example of using a REST component in Mule to create a RESTful API for arithmetic operations. It defines a Java class with POST methods for addition, subtraction, and multiplication that accept JSON payloads and return JSON responses. The REST component is configured in a flow with an HTTP inbound endpoint to expose the operations at URLs. Details are provided on testing the API by triggering the methods and viewing the responses.