Files
spark/api/.bruno/Create Post.bru
2026-01-28 21:18:51 -05:00

24 lines
234 B
Plaintext

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
}