curl -L \
--request POST \
--url 'https://beta.usemoon.ai//multicall/flows' \
--header 'Authorization: text' \
--header 'Content-Type: application/json' \
--data '{
"name": "text",
"description": "text",
"nodes": [
{
"id": "text",
"type": "action",
"data": {
"userFunctionName": "text",
"condition": "text",
"params": null,
"function": "text",
"wrapper": "text"
}
}
],
"edges": [
{
"id": "text",
"source": "text",
"target": "text",
"label": "text"
}
],
"created_at": "text",
"id": "text",
"updated_at": "text",
"user_id": "text"
}'