initial commit

This commit is contained in:
2026-01-28 21:18:51 -05:00
commit e284a6c409
24 changed files with 948 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
meta {
name: Create Post
type: http
seq: 3
}
post {
url: http://localhost:3000/posts
body: json
auth: inherit
}
body:json {
{
"description": "",
"file_id": ""
}
}
settings {
encodeUrl: true
timeout: 0
}