
export const headersWithToken = {};
export const headersWithTokenJson = { 'Content-Type': 'application/json' };
export const headersWithOutTokenJson = {'Content-Type': 'application/json'};
export const headersWithOutTokenForm = { 'Content-Type': 'application/x-www-form-urlencoded' };
