This endpoint retrieves the list of orders placed by the user, with optional filtering based on specific query parameters like userId.
The ID of the user whose orders are being retrieved
Filter orders by status (e.g., pending, completed)
Filter orders created after this date (ISO 8601 format)
Filter orders created before this date (ISO 8601 format)
Successfully retrieved user orders
The response is of type object
.