curl --location --request PUT 'https://demo.myshopify.com//admin/api//script_tags/.json'
{
"script_tag": {
"src": "https://somewhere-else.com/another.js",
"cache": false,
"id": 596726825,
"event": "onload",
"created_at": "2023-01-16T12:14:54-05:00",
"updated_at": "2023-01-16T15:58:17-05:00",
"display_scope": "all"
}
}