Go-TestAPI/brunoTest/golang-test/User/Add Money.bru

22 lines
193 B
Plaintext
Raw Normal View History

2024-06-09 12:58:38 +00:00
meta {
name: Add Money
type: http
seq: 6
}
post {
url: {{host}}/user/addmoney
body: json
auth: bearer
}
auth:bearer {
token: {{token}}
}
body:json {
{
"Money": 100
}
}