Parent issue: #72
Using the extracted information from the OpenAPI document, generate basic cURL commands for each endpoint.
Tasks:
- Create a function to generate cURL commands from parsed data.
- Ensure the cURL commands cover any CRUD operations.
- Test the generated cURL commands with a mock server based on an OpenAPI document.