Implement a REST client component CatalogClient and use it in the order controller to look up the books of a purchase order in the catalog microservice.
Implement a REST client component PaymentClient and use it in the order service to send payment orders to the payment microservice.