Authorization: Bearer ********************
curl --location --request POST 'http://localhost:5600/open/scripts/download' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "filename": "notify.py" }'