const response = await fetch('/smart-account/delegate-action', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"transactionDetails": [
{}
],
"network": "text",
"walletAddress": "text",
"username": "text",
"paymasterData": {}
}),
});
const data = await response.json();