{
"context": {},
"operation": {}
}
curl --location --request POST '/.handle_quick_operation' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {},
"operation": {}
}'
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string"
}