github.com/erda-project/erda-infra@v1.0.9/providers/httpserver/examples/simple/test.http (about)

     1  @url = http://localhost:8080
     2  
     3  ### test
     4  POST {{url}}/hello/struct/ptr/recallsong
     5  Content-Type: application/json
     6  
     7  {
     8  	"message": "hello"
     9  }