8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
POST http://127.0.0.1:12239/wallet.Payment/Hello
|
||
|
|
content-type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"account": "admin",
|
||
|
|
"password": "password"
|
||
|
|
}
|