11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
|
POST http://localhost:8080/update/user
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"name": "John1",
|
||
|
"age": 30,
|
||
|
"where": {
|
||
|
"name": "John",
|
||
|
"age": 30
|
||
|
}
|
||
|
}
|