curl --location -g --request POST 'http://localhost:5678/api/open/exec/v1/file' \
--header 'api-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "string",
"options": [
{
"key": "string",
"value": "string"
}
],
"envs": [
{
"key": "string",
"value": "string"
}
]
}'"string"