Files
spring-boot-server-template/test.http
2025-03-04 00:18:37 +08:00

15 lines
211 B
HTTP

### Query
POST http://localhost:8080/get
Content-Type: application/json
Accept: application/json
{
"results[]": {
"HostAssets": {
"manufacturer": ""
},
"page": 0,
"count": 2
}
}