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