const payload = {
response_type: "token",
redirect_uri: "http://localhost:3001/connect/zendesk/callback",
client_id: "slingshow",
scope: "tickets:read tickets:write",
state: "Stitch"
};
axios.post("https://slingshow.zendesk.com/oauth/authorizations/new", payload);