For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
curl --location --request GET 'https://test.your-api-server.com/store/order/'
{ "id": 0, "petId": 0, "quantity": 0, "shipDate": "2019-08-24T14:15:22.123Z", "status": "placed", "complete": true }