curl --request OPTIONS \
--url https://api.dev.kathan.tech/logs/chat-sessions \
--header 'Authorization: Bearer <token>'Handle CORS preflight requests for /logs/chat-sessions.
curl --request OPTIONS \
--url https://api.dev.kathan.tech/logs/chat-sessions \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response