chat_key path param; Bearer token required200 - deleted401 - invalid/expired token | 404 - conversation not foundAuthorization: Bearer ********************curl --location --request DELETE 'https://uat-api.hastaai.in/api/v1/nandini/chats/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Conversation deleted successfully"
}