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
+35
View File
@@ -0,0 +1,35 @@
meta {
name: edit-template
type: http
seq: 2
}
put {
url: {{baseUrl}}/breathing-templates/:id
body: json
auth: inherit
}
params:path {
id: 13
}
headers {
~Content-Type: application/json
}
body:json {
{
"name": "استرس شخصی",
"inhale":4,
"exhale":3,
"breath_hold":5,
"duration":45,
"description":"asdsadaasdas",
"image_id":3
}
}
settings {
encodeUrl: true
}