{ "request": { "method": "POST", "url": "https://api.{region}.fga.dev/stores/{store_id}/check", "headers": { "Authorization": "Bearer {FGA_API_TOKEN}", "Content-Type": "application/json" }, "body": { "tuple_key": { "user": "user:anne", "relation": "reader", "object": "document:planning-doc" }, "authorization_model_id": "01HVMYWA..." } }, "response": { "allowed": true, "resolution": "" } }