Added base project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get Auth User
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{api_url}}/users/me
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
Accept: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
}
|
||||
Reference in New Issue
Block a user