curl --request POST \
--url https://api.keywordsai.co/api/log_threads/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filters": {
"thread_identifier": "<string>",
"organization_key_id": "<string>",
"customer_identifier": "<string>"
}
}
'