27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"type": "preset",
|
|
"presetId": "postexample",
|
|
"presetName": "postexample",
|
|
"baseComponentCode": "basics.httprequest",
|
|
"description": "Example POST request to JSON placeholder API",
|
|
"version": "1.0.0",
|
|
"author": "System",
|
|
"createdAt": "2026-02-11T11:16:32.694Z",
|
|
"inputs": {
|
|
"method": "POST",
|
|
"url": "https://jsonplaceholder.typicode.com/posts",
|
|
"headers": {
|
|
"Content-Type": "application/json",
|
|
"Accept": "application/json"
|
|
},
|
|
"body": {
|
|
"title": "foo",
|
|
"body": "bar",
|
|
"userId": 1
|
|
}
|
|
},
|
|
"metadata": {
|
|
"tags": ["api", "post", "example"],
|
|
"category": "examples"
|
|
}
|
|
} |