curl --location -g --request POST 'http://localhost:5678/api/open/env/v1/order' \
--header 'api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"isComposite": true,
"order": 0,
"moveToEnd": true
}'true