github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/pkg/project/testdata/httpresponse/POST-login.json (about) 1 { 2 "token": "string", 3 "user": { 4 "EULAAccepted": "2018-04-30T21:08:04.744Z", 5 "TOTPEnabled": true, 6 "acl": { 7 "additionalProp1": true, 8 "additionalProp2": true, 9 "additionalProp3": true 10 }, 11 "added": "2018-04-30T21:08:04.744Z", 12 "datetimeFormat": "string", 13 "email": "test@test.tld", 14 "expires": "2018-04-30T21:08:04.744Z", 15 "lastLogin": "2018-04-30T21:08:04.744Z", 16 "name": "test", 17 "organizations": [ 18 { 19 "name": "string", 20 "role": "string" 21 } 22 ], 23 "timezone": "string", 24 "userID": "test", 25 "username": "test" 26 } 27 }