Post通信用のユーザーデータを格納するクラス
[System.SerializableAttribute] public class UserData { public int id; public string name; public string word; }