Blog
Developing
POST
v1/api/blog
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3200/v1/api/blog' \
--data-urlencode 'title=Hi Testing 1234' \
--data-urlencode 'content=min ga lrr pr byr'
Response Response Example
{
"data": true,
"msg": "string"
}
Request
Body Params application/x-www-form-urlencoded
title
string
optional
Example:
Hi Testing 1234
content
string
optional
Example:
min ga lrr pr byr