feat: initialize

This commit is contained in:
2026-05-19 19:25:56 +03:30
commit 54ffdd060e
78 changed files with 1583 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
meta {
name: profile
seq: 3
}
auth {
mode: inherit
}
+24
View File
@@ -0,0 +1,24 @@
meta {
name: get profile
type: http
seq: 1
}
get {
url: {{baseUrl}}/profile?token=55|yU2ul15R7dQ2trviMegUTEx36rGZfUMMM1OIAYZZfe277903&package_name=com.approagency.meditation
body: multipartForm
auth: inherit
}
params:query {
token: 55|yU2ul15R7dQ2trviMegUTEx36rGZfUMMM1OIAYZZfe277903
package_name: com.approagency.meditation
}
body:multipart-form {
~token: 25|OKieB8qZJXFkt9zmLiNteHMGIQEp6db7QOSJalct86b55687
}
settings {
encodeUrl: true
}