Rajesh Kumar
05/23/2023, 7:10 PM{
"query_ids": [
"<<create_query.body.query.id>>"
],
"host_ids": [
"<<get_hosts.body.host.id>>"
]
}
And error message is - "name": "base", "reason":"Expected JSON Body"
. I do have correct host id and query id but the result says json body is needed I have even tried with hard coded values in payload but live query api call is failing for me. Has anyone any insights on what am I missing here?