For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
curl --location --request GET '/store/order/'
{
"id": 10,
"petId": 198772,
"quantity": 7,
"shipDate": "2019-08-24T14:15:22Z",
"status": "approved",
"complete": true
}