Request
•
Path
◦
member_id: Long
Response
•
200 (Success)
{
"statusCode": 200,
"status": "success",
"data": [
{
"liveId": "1",
"title": "니트팝니다",
"liveScheduledAt": "2024-02-03T00:00:00",
"memberId": 1,
"channel": "김지우",
"profile": "profile-url",
"productId": "30FD88R5Y5XM",
"thumbnail": "product_thumnail_url-example",
"price": 3000,
"discountPrice": 10000,
"shortpingId": "1"
}
]
}
JSON
복사