const response = await fetch('https://beta.usemoon.ai//polymarket/{account}/approveForPolymarket', {
method: 'POST',
headers: {
"Authorization": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"chain_id": "text"
}),
});
const data = await response.json();