curl --request OPTIONS \
--url https://api.dev.kathan.tech/logs/chat-logs/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Handle CORS preflight requests for /logs/chat-logs/.
curl --request OPTIONS \
--url https://api.dev.kathan.tech/logs/chat-logs/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}