feat: announcement

This commit is contained in:
2026-06-24 17:56:51 +03:30
parent 91b9cbc09e
commit a63cefb80b
7 changed files with 141 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
meta {
name: store announcement
type: http
seq: 3
}
post {
url: {{baseUrl}}/announcements
body: multipartForm
auth: inherit
}
body:multipart-form {
title: تخفیف ویژه
description: توضیح اعلان
link: https://example.com
start_date: 2026-06-24 00:00:00
end_date: 2026-07-24 00:00:00
~image: @file()
~image_id: 1
}
settings {
encodeUrl: true
timeout: 0
}