curl -i -X POST 'http://localhost:3080/v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture' -d '{}'

POST /v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture HTTP/1.1
{}


HTTP/1.1 201
Connection: close
Content-Length: 320
Content-Type: application/json
Date: Wed, 23 Oct 2019 13:43:36 GMT
Server: Python/3.6 GNS3/2.2.1dev1
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture

{
    "capture_compute_id": null,
    "capture_file_name": null,
    "capture_file_path": null,
    "capturing": false,
    "filters": {},
    "link_id": "f1916402-d284-4f45-bf57-d49ca4cf333c",
    "link_type": "ethernet",
    "nodes": [],
    "project_id": "50862b0c-b616-4811-af5c-7bd718d64a55",
    "suspend": false
}
