Request Query
userId: Int
JSON
복사
Search
GifticonListRequest{
"name" : String,
"email" : String,
"password" : String,
"phone" : String
}
JSON
복사
Response(성공)
대신
GifticonPreviewDto (Long id, String name, String url, LocalDate endDate, IsUsed isUsed) 만들었음
Search
CommonResponse{
"status": "success",
"data": {
"id": "String",
"name": "String"
}
}
JSON
복사