# A token with only orders:read calling lookup_order, then refund_order

lookup_order (scope orders:read present):
  isError = false
  text = {"id":"ORD-1001","customer":"Priya Nair","status":"SHIPPED","items":["Mechanical keyboard","USB-C cable"],"total":4899.00}

refund_order (scope orders:write absent):
  isError = true
  text = Access Denied
Access Denied
