Multiple Requests
Below is an exmaple of a multi-request pattern.
First, get the item name from the query params, then send an API request using the body with the item name, then extract the item name and price from the API request, then finally post a response with the item name and price in the body.
Multi-request Pattern
