meta {
  name: Create Order
  type: http
  seq: 1
}

post {
  url: {{endpoint}}/cgi/wa/orders
  body: json
  auth: none
}

body:json {
  {
    "client_id": "highland-mc",
    "client_secret": "(3^DLAvo3v",
    "remark": "我是秦始皇,现在被困香港,现在 SN 转我 500 源点,帮助我回到咸阳,到时候封你为太监一职。",
    "amount": 500
  }
}