Files
bit/.bruno/Create Link.bru
T
2024-05-20 11:46:10 +02:00

18 lines
179 B
Plaintext

meta {
name: Create Link
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/links
body: json
auth: none
}
body:json {
{
"url": "https://monocuco.donado.co"
}
}