➡ Request
1️⃣ RequestHeader
2️⃣ RequestParm (.Json)
| Key |
Description |
Value Type |
Value |
Neccessary |
|
|
|
|
|
3️⃣ RequestBody (.Json)
| Key |
Description |
Value Type |
Value |
Neccessary |
|
|
|
|
|
⬅ Response
1️⃣ ResponseHeader
2️⃣ ResponseBody ( .Json)
HttpStatus Code : 200 OK
{
"data" : {
"card":[
{
"id":1,
"webtoonId" : 1,
"webtoonTitle" : "string",
"creator" : "string",
"illustrator" : "string",
"genre" : "string",
"webtoonThumnail": "string"
},
{
"id":2,
"webtoonId" : 1,
"webtoonTitle" : "string",
"creator" : "string",
"illustrator" : "string",
"genre" : "string",
"webtoonThumnail": "string"
},...
]
}
}
HttpStatus Code : 201 CREATED
HttpStatus Code : 404 BAD REQUEST