@@ -74,7 +74,7 @@ async function getAccountInfo(cookie){
},
body: ``,
};
- return await magicJS.http.get(options).then(response => {
+ return await magicJS.http.post(options).then(response => {
try {
const body = response.body;
magicJS.logger.log(`${JSON.stringify(body)}`);