luwak/test/update.http

11 lines
171 B
Plaintext
Raw Normal View History

2023-07-21 11:33:36 +08:00
POST http://localhost:8080/update/user
Content-Type: application/json
{
"name": "John1",
"age": 30,
"where": {
"name": "John",
"age": 30
}
}