- Path :
/posts - Method:
GET - Response:
200
- Path :
/posts/create - Method:
POST - Fields:
title, content - Response:
201
- Path :
/posts/{id} - Method:
GET - Response:
200
- Path :
/posts/update/{id} - Method:
PUT - Fields:
title, content - Response:
200
- Path :
/posts/{id} - Method:
DELETE - Response:
204