@ct_json = application/json
@ct_form = application/x-www-form-urlencoded
@baseUrl = http://127.0.0.1:9527/app
@custom_header = {"foo":"bar"}
### FILE
POST {{baseUrl}}/file/upload HTTP/1.1
------WebKitFormBoundaryAdPWB9y8gDZKEaVv
< /Users/beyond/Downloads/dependencies.txt
------WebKitFormBoundaryAdPWB9y8gDZKEaVv--
### GET
GET {{baseUrl}}/get HTTP/1.1
### GET with query
GET {{baseUrl}}/query?foo=bar HTTP/1.1
### POST with form body
POST {{baseUrl}}/form HTTP/1.1
name=foo
&password=bar
### POST with raw body
POST {{baseUrl}}/track/line/resolve HTTP/1.1
["foo", "CMDU12345678"]