github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/spec/testdata/access.json (about) 1 [ 2 { 3 "endpoint": "/access/token", 4 "method": "POST", 5 "headers": { 6 "Content-Type": "application/json" 7 }, 8 "body": { 9 "granteeUsername": "peer" 10 }, 11 "expect": { 12 "code": 200, 13 "headers": { 14 "Content-Type": "application/json" 15 } 16 } 17 } 18 ]