curl --location --request GET 'https://demo.myshopify.com//admin/api//script_tags/.json'
{
"script_tag": {
"id": 596726825,
"src": "https://js.example.org/foo.js",
"event": "onload",
"created_at": "2023-01-16T12:14:54-05:00",
"updated_at": "2023-01-16T12:14:54-05:00",
"display_scope": "all",
"cache": false
}
}