curl --location --request PUT 'http://localhost:5600/open/scripts/run' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "notify.py",
"path":""
}'
{
"code": 0,
"data": 0
}