{
"name": "string",
"content": "string",
"type": "string"
}
curl --location -g --request PUT 'http://{{host}}/v1/script/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"content": "string",
"type": "string"
}'
{}