Get Blog
Developing
GET
v1/api/blog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3200/v1/api/blog'
Response Response Example
[
{
"id": 0,
"user_id": 0,
"title": "string",
"content": "string",
"liked_ids": null,
"status": "string",
"create_date": "string"
}
]