Is this curl correct for checking the permission i...
# talk-keto
n
Is this curl correct for checking the permission in the cat videos example?
Copy code
ccurl --location 'localhost:4466/relation-tuples/check' \
--header 'Content-Type: application/json' \
--data '{
  "namespace" : "videos",
  "object" : "/cats/1.mp4",
  "relation" : "owner",
  "subject_id" : "*"
}'