curl --location 'https://caas-api.tokenone.com.br//v1/transactions/execute' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"data": "string",
"from": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"network": "xdc-testnet",
"reason": "string",
"to": "string",
"value": "string"
}'{
"gasFee": "string",
"hash": "string",
"status": "string",
"transactionId": "string",
"userOpHash": "string"
}