Problem with Post action on Strapi via Postman Leave a Comment / strapi / By Kanha Help Me 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” } } Related