URL : /api/posts
Method : POST
Auth required : YES
Payload
{
"text": string,
"author": user_id
}Code : 200 OK
Content schema
{
"id": number,
"created_at": Date,
"updated_at": Date,
"like": number,
"modified": boolean,
"text": string
}