The problem is I can't perform PUT or POST with Postman app. But DELETE is possible. And yes I enabled all actions for public users.





body -> raw ->json
{

"data": {
"title": "Hello",
"content": "2"
}
}