18 lines
179 B
Plaintext
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"
|
|
}
|
|
}
|