return Axios({
method: 'get',
headers: { 'Content-Type': "text/html; charset=utf-8" },
url: `https://api.forismatic.com/api/1.0/?method=getQuote&lang=en&format=json&json=?`
}).then((response) => response.data);