Authorization: Bearer ********************curl --location --request POST '/report/adhocReport/searchAdhocReport' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "string",
"lang": "string",
"channels": [
"string"
],
"sentiments": [
"string"
],
"assignees": [
"string"
],
"tags": [
"string"
],
"locations": [
"string"
],
"bot_id": [
0
],
"startDate": "string",
"endDate": "string",
"start": 0,
"length": 10
}'null