Converts this instance to json
Map<String, dynamic> toJson() => { "name": name, "tags": tags, "callbackUrl": callbackUrl, "email": email };