post.http 116 B

1234567
  1. POST http://localhost:8080/openfeign/postUser
  2. Content-Type: application/json
  3. {
  4. "name": "zhangsan",
  5. "age": 90
  6. }