You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
550 B

@localhost = http://localhost:7030/v1.0
@type = content-type: application/json;charset=utf-8
###
GET http://localhost:7990/btpro/v1.0/debug
{{type}}
###
# @name login
POST http://localhost:7990/btpro/v1.0/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "admin",
"credential": "12345678"
}
}
###
POST http://localhost:7990/btpro/v1.0/members
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"id": 1155675710795419648
}