feat: add category and sub for media

This commit is contained in:
2026-05-30 20:38:59 +03:30
parent 5db86c179a
commit d11f5a2142
32 changed files with 219 additions and 21 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: store category
type: http
seq: 2
}
post {
url: {{baseUrl}}/categories
body: multipartForm
auth: inherit
}
body:multipart-form {
name: کودکان
}
settings {
encodeUrl: true
timeout: 0
}