shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/explain <<EOF
{
"query" : "FOR p IN products FILTER p.id == @id LIMIT 2 RETURN p.n"
}
EOF
HTTP/1.1 400 Bad Request
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : true,
"errorMessage" : "no value specified for declared bind parameter 'id' (while parsing)",
"code" : 400,
"errorNum" : 1551
}