generated from tsivinsky/go-template
allow to upload images
but also files, hmmmm
This commit is contained in:
22
docs/api/auth/login user.yml
Normal file
22
docs/api/auth/login user.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: login user
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{base_url}}/api/auth/login"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "daniil@tsivinsky.com",
|
||||
"password": "Daniil2000"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user