curl --request POST \
--url https://trails-api.herd.eco/v1/trails/{trailId}/versions/{versionId}/executions/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'Herd-Trail-App-Id: <herd-trail-app-id>' \
--data '
{
"nodeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transactionHash": "<string>",
"walletAddress": "<string>",
"execution": {
"type": "latest"
}
}
'