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