meta {
  name: Create Transaction
  type: http
  seq: 3
}

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

body:json {
  {
    "client_id": "alphabot",
    "client_secret": "_uR0sVnHTh",
    "remark": "新年红包",
    "amount": 150,
    "payee_id": 18
  }
}