server: add user decorator, add ping module
This commit is contained in:
@@ -9,6 +9,11 @@ Content-Type: application/json
|
||||
> {% client.global.set("auth_token", response.body.accessToken); %}
|
||||
|
||||
|
||||
### GET request with parameter
|
||||
GET {{apiBaseUrl}}/ping/auth
|
||||
Accept: application/json
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
### GET request with parameter
|
||||
GET {{apiBaseUrl}}/users
|
||||
Accept: application/json
|
||||
|
||||
Reference in New Issue
Block a user