feat: initial
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
info:
|
||||
name: Login OTP
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{baseUrl}}/auth/login-otp"
|
||||
body:
|
||||
type: multipart-form
|
||||
data:
|
||||
- name: mobile
|
||||
type: text
|
||||
value: "09362957108"
|
||||
- name: package_name
|
||||
type: text
|
||||
value: com.approagency.meditation
|
||||
- name: fcm_token
|
||||
type: text
|
||||
value: cxrhJQY3SKC3SVbEJ_GKZE:APA91bGG6NzfDRZQUe_AviOomn7UgSNZCDt6BUaizoXB67lK5YZqQkgsjRDjI4oIpHDCaigzvsrsfxgwrVhmoJbhzxficGwsYCOojZyIRVoR9AZXQkIfkRU
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user