Input (N/A):
{}
Output:
{
"status": 200,
"message": "Success",
"data": [
{
"id": 2,
"title": "Serpent's Stone",
"content": "Tanz",
"author": "J.K Rowling"
}
]
}
Input:
{
"title": "Serpent's Stone",
"author": "J.K Rowling",
"content": " Tanz"
}
Output:
{
"status": 201,
"message": "Success",
"data": {
"id": 2
}
}