mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
27 lines
417 B
JSON
27 lines
417 B
JSON
{
|
|
"httpRequest": {
|
|
"method": "GET",
|
|
"path": "/mock-endpoint"
|
|
},
|
|
"httpResponse": {
|
|
"statusCode": 200,
|
|
"headers": {
|
|
"Content-Type": ["application/json"]
|
|
},
|
|
"body": {
|
|
"userId": 1,
|
|
"id": 1,
|
|
"title": "delectus aut autem",
|
|
"completed": false
|
|
}
|
|
},
|
|
"id": "511d9c87-9ee3-4af8-8729-ca13b0a70e89",
|
|
"priority": 0,
|
|
"timeToLive": {
|
|
"unlimited": true
|
|
},
|
|
"times": {
|
|
"remainingTimes": 1
|
|
}
|
|
}
|