export const constants = {
    SUCCESS_STATUS: 200,
    SERVICE_UNAVAILABLE_STATUS: 503,
    BAD_REQUEST_STATUS: 400,
};