Files
2024-07-12 20:21:33 +05:30

19 lines
200 B
Plaintext

meta {
name: default_add
type: http
seq: 3
}
post {
url: http://localhost:8080/add
body: json
auth: none
}
body:json {
{
"source": "source_url",
"data_type": "data_type"
}
}