axios.post( 'https://example.com/postSomething', { // this is the body email: varEmail, password: varPassword }, { headers: { Authorization: 'Bearer ' + varToken } })