export const Path = { getconversation: "api/chat/getConversation", getmessage: "api/chat/getMessage", sendmessage:"api/chat", apiProxy:'api/proxy-download', preSignUrl:"api/chat/generatePresignedUrl", getConversationListByAdmin:"/api/chat/getConversationListByAdmin", editMessage: "api/chat/message", deleteMessage: "api/chat/deleteMessage" };