curl --request POST \
--url http://localhost:8000/api/queries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"brandId": "<string>",
"queryText": "<string>",
"platform": "CHATGPT",
"location": "<string>",
"scheduledAt": "2023-11-07T05:31:56Z"
}
'