gofound/tests/http/query.http

12 lines
142 B
HTTP

POST http://localhost:5678/api/query
Content-Type: application/json
{
"query":"",
"page":1,
"limit":10,
"order": "desc"
}
###