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.

23 lines
632 B

@CellularManagement.WebAPI_HostAddress = http://localhost:5202
###
GET {{CellularManagement.WebAPI_HostAddress}}/weatherforecast/
Accept: application/json
###
# @name login
POST {{CellularManagement.WebAPI_HostAddress}}/api/auth/login
Content-Type: application/json
{
"username": "admin",
"password": "admin123"
}
###
GET {{CellularManagement.WebAPI_HostAddress}}/api/users/me
Authorization: Bearer {{login.response.body.token}}
###
GET {{CellularManagement.WebAPI_HostAddress}}/api/system/status
Authorization: Bearer {{login.response.body.token}}