luwak/test/delete.http

6 lines
93 B
Plaintext
Raw Normal View History

2023-07-21 11:33:36 +08:00
POST http://localhost:8080/delete/user
Content-Type: application/json
{
"name": "Test"
}