package endpoint const MESSAGE_DRAFT_ENDPOINT = "/api/v1/message/draft" const ADD_MESSAGE = "/api/v1/message/new" const GET_MESSAGE = "/api/v1/message" const GET_CONTACT = "/api/v1/contact" const ADD_CONTACT_ENDPOINT = "/api/v1/contact/new" const ScheduleMessageEndpoint = "/api/v1/schedule/message"