| URI : https://testapi.dawebcompany.tn/api | |
| Get all posts: Call method GET in POSTMAN | https://testapi.dawebcompany.tn/api/posts |
| Get a single post: Call method GET in POSTMAN | https://testapi.dawebcompany.tn/api/posts/{id} |
| Create a new post: Call method POST in POSTMAN | https://testapi.dawebcompany.tn/api/posts |
| Update a post: Call method PUT in POSTMAN | https://testapi.dawebcompany.tn/api/posts/{id} |
| Delete a post: Call method DELETE in POSTMAN | https://testapi.dawebcompany.tn/api/posts/{id} |
| Remove All posts: Call method POST in POSTMAN | https://testapi.dawebcompany.tn/api/posts/deleteall |