post.http 124 B

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