1. Request Url Example
/v1/members/main?page=0&size=2  //page는 0부터 시작 size는 조정 가능
  1. Response Body Example
// page가 0일 경우 맨 처음 보이는 화면.
// data에 "allStickyCount": 3 으로 등록된 포스트잇 전체 개수를 미리 알려줌.
// 내 포스트잇 개수도 같이 보내줌.
{
    "status": "SUCCESS",
    "message": "SuccessFirstMainPageAccess",
    "data": {
        "myStickyCount": 3,
        "allStickyCount": 3,
        "stickyData": [
            {
                "stickyId": 67,
                "stickyData": {
                    "birthDate": "12345567",
                    "age": 30,
                    "college": "경영학부",
                    "major": "히히학과",
                    "height": 182,
                    "nickname": "aaaaabbbdsdcscscbdbdaaa",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            },
            {
                "stickyId": 66,
                "stickyData": {
                    "birthDate": "12345567",
                    "age": 30,
                    "college": "경영학부",
                    "major": "히히학과",
                    "height": 182,
                    "nickname": "aaaaabbbdbdbdaaa",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            }
        ]
    }
}
// page가 1 이상일 경우 data에 내 포스트잇 개수, allCount가 이제 없음.
{
    "status": "SUCCESS",
    "message": "SuccessMainPageUpToOne",
    "data": {
        "stickyData": [
            {
                "stickyId": 65,
                "stickyData": {
                    "birthDate": "12345567",
                    "age": 30,
                    "college": "경영학부",
                    "major": "히히학과",
                    "height": 182,
                    "nickname": "aaaaaaaa",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            }
        ]
    }
}
{
    "status": "SUCCESS",
    "message": "SuccessFirstMainPageAccessNoLogin",
    "data": {
        "allStickyCount": 8,
        "stickyData": [
            {
                "stickyId": 70,
                "stickyData": {
                    "birthDate": null,
                    "age": 24,
                    "college": "IT대",
                    "major": "AI융합학부",
                    "height": 182,
                    "nickname": "feaamaaale",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            },
            {
                "stickyId": 69,
                "stickyData": {
                    "birthDate": null,
                    "age": 24,
                    "college": "IT대",
                    "major": "AI융합학부",
                    "height": 182,
                    "nickname": "femaaale",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            }
        ]
    }
}
{
    "status": "SUCCESS",
    "message": "SuccessMainPageUpToOneNoLogin",
    "data": {
        "stickyData": [
            {
                "stickyId": 67,
                "stickyData": {
                    "birthDate": "12345567",
                    "age": 30,
                    "college": "경영학부",
                    "major": "히히학과",
                    "height": 182,
                    "nickname": "aaaaabbbdsdcscscbdbdaaa",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            },
            {
                "stickyId": 66,
                "stickyData": {
                    "birthDate": "12345567",
                    "age": 30,
                    "college": "경영학부",
                    "major": "히히학과",
                    "height": 182,
                    "nickname": "aaaaabbbdbdbdaaa",
                    "mbti": "ESFP",
                    "hobbies": [
                        "qq",
                        "ww",
                        "ee"
                    ],
                    "ideals": [
                        "#z",
                        "#P",
                        "#H",
                        "#R"
                    ],
                    "introduce": "I wanna be a dentist"
                }
            }
        ]
    }
}
Token has expired
Token error

→ 개인정보등록화면으로 보내세요