Adds create feed request for bruno

This commit is contained in:
Dennis Schoepf 2024-05-31 21:16:38 +02:00
parent 373d0ba658
commit 5cdeea5534

View file

@ -0,0 +1,21 @@
meta {
name: Create feed
type: http
seq: 1
}
post {
url: {{base_url}}/api/v1/users/14515861-7ab1-442e-a1f8-7229ef849996/feeds
body: json
auth: none
}
headers {
x-api-key: {{api_key}}
}
body:json {
{
"url": "https://google.com"
}
}