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