const response = await fetch('https://beta.usemoon.ai//multicall/create-job', {
method: 'POST',
headers: {
"Authorization": "text",
"Content-Type": "application/json"
},
body: JSON.stringify({
"calls": [
{
"chainId": "text",
"function": "text",
"wrapper": "text",
"from": "text"
}
]
}),
});
const data = await response.json();