curl -L \ --request POST \ --url 'https://beta.usemoon.ai//opensea/{account}/wrapEth' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "chainId": "text", "amountInEth": "text" }'
{ "success": true, "message": "text", "data": null }