feat: add post buy count
This commit is contained in:
@@ -39,8 +39,9 @@ GET {{host}}/v1/admin/medias HTTP/1.1
|
||||
Content-Type: application/json
|
||||
|
||||
### get posts
|
||||
GET {{host}}/v1/admin/posts HTTP/1.1
|
||||
GET {{host}}/v1/admin/posts?page=10 HTTP/1.1
|
||||
Content-Type: application/json
|
||||
Authorization: {{token}}
|
||||
|
||||
### get posts with keyword
|
||||
GET {{host}}/v1/admin/posts?page=1&limit=10&keyword=99123 HTTP/1.1
|
||||
|
||||
Reference in New Issue
Block a user