curl --request POST \
--url https://cloud.nrai.io/api/v1/flows/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "MOVE_ACTION",
"request": {
"name": "<string>",
"newParentStep": "<string>",
"stepLocationRelativeToNewParent": "AFTER",
"branchIndex": 123
}
}
'