{ "requestid": "string", "userName": "string", "platform": "string", "stime": "string", "etime": "string", "scene": [ "string" ], "size": 0, "source": 0 }
curl --location --request POST '/openapi/single/conditionalSearch' \ --header 'Content-Type: application/json' \ --data-raw '{ "requestid": "string", "userName": "string", "platform": "string", "stime": "string", "etime": "string", "scene": [ "string" ], "size": 0, "source": 0 }'
{ "code": 200, "data": { "ret": { "data": { "code": 200, "errmsg": null, "data": { "total": 0, "result": [ { "property1": "xxx", "property2": "xxx" } ] } } } } }