Files
T120B165/Bruno/Seed/Post operations/Post 2/Create a post.bru
2025-10-06 10:42:47 +03:00

27 lines
371 B
Plaintext

meta {
name: Create a post
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/posts
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
}
body:json {
{
"title": "Tvarkaraštis",
"Description": "Kitas tekstas...",
"tags": [],
"filename": "doesnt really matter.png",
"fileMimeType": "image/png",
"fileSize": 1410533
}
}