{
"likes" : [
{
"id" : PK,
"content_type" : "movie",
"content_category" : "동기부여",
"content_name" : "성공적인 삶",
"content_image": "https://allforyou.s3.amazonaws.com...",
"like": 12
}, ...
],
"message" : "successfully click like"
}
{
"data" null,
"message" : "server error"
}
Data Type(Select 1) Category(Select 2) Individual Page
{
"content_type": "book",
"content_category" : "동기부여",
"contentInfo": {
"id": PK,
"content_name" : "성공적인 삶"
"content_image": "https://allforyou.s3.amazonaws.com...",
"content_creator": "JsonKim",
"content_explanation": "성공은 멀리 있지 않다..."
"like" : 12
"createdAt": "2021-12-21T10:55:30.000Z",
"updatedAt": "2021-12-21T10:55:30.000Z",
"user_id": 1
},
"message" : "successfully viewed the data type (date) individual page"
}
{
"data" null,
"message" : "server error"
}
Data Type Individual Page
{
"content_type": "book",
"contentInfo": {
"id": PK,
"content_category" : "동기부여",
"content_name" : "성공적인 삶"
"content_image": "https://allforyou.s3.amazonaws.com...",
"content_creator": "JsonKim",
"content_explanation": "성공은 멀리 있지 않다..."
"like" : 12
"createdAt": "2021-12-21T10:55:30.000Z",
"updatedAt": "2021-12-21T10:55:30.000Z",
"user_id": 1
},
"message" : "successfully viewed the data type individual page"
}
{
"data" null,
"message" : "server error"
}
{
"content_category" : "우울 극복",
"contentInfo": {
"id": PK,
"content_type": "book",
"content_name" : "결국 당신은 이길 것이다"
"content_image": "https://allforyou.s3.amazonaws.com...",
"content_creator": "ParkCoding",
"content_explanation": "인생을 송두리째 바꾼 가장 특별한 경험..."
"like" : 20
"createdAt": "2021-12-20T05:55:30.000Z",
"updatedAt": "2021-12-20T05:55:30.000Z",
"user_id": 1
},
"message" : "successfully viewed the category individual page"
}
{
"data" null,
"message" : "server error"
}
{
"contentInfo": {
"id": PK,
"content_type": "book",
"content_category" : "우울 극복",
"content_name" : "결국 당신은 이길 것이다"
"content_image": "https://allforyou.s3.amazonaws.com...",
"content_creator": "ParkCoding",
"content_explanation": "인생을 송두리째 바꾼 가장 특별한 경험..."
"like" : 20
"createdAt": "2021-12-20T05:55:30.000Z",
"updatedAt": "2021-12-20T05:55:30.000Z",
"user_id": 1
},
"message" : "successfully viewed the details page"
}
{
"data" null,
"message" : "server error"
}
{
{
"data" : [
{
"id" : PK,
"content_type" : "movie",
"content_category" : "동기부여",
"content_name" : "성공적인 삶",
"content_image": "https://allforyou.s3.amazonaws.com...",
"like" : 12
},
{
"id" : PK,
"content_type" : "book",
"content_category" : "우울 극복",
"content_name" : "결국 당신은 이길 것이다",
"content_image": "https://allforyou.s3.amazonaws.com...",
"like" : 20
},...
],
"message" : "successfully contents show all"
}
{
"data" null,
"message" : "server error"
}