feat: initial
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
info:
|
||||
name: Update Profile
|
||||
type: http
|
||||
seq: 6
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/profile"
|
||||
body:
|
||||
type: multipart-form
|
||||
data:
|
||||
- name: first_name
|
||||
type: text
|
||||
value: amirmahdi
|
||||
- name: last_name
|
||||
type: text
|
||||
value: noor
|
||||
- name: email
|
||||
type: text
|
||||
value: www.nourkazemi90@gmail.com
|
||||
disabled: true
|
||||
- name: gender
|
||||
type: text
|
||||
value: "1"
|
||||
- name: birthday
|
||||
type: text
|
||||
value: 2001-05-02
|
||||
- name: mobile
|
||||
type: text
|
||||
value: "09001234563"
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user