curl --location --request POST 'https://demo.myshopify.com//admin/api//script_tags.json'
{
"script_tag": {
"id": 870402695,
"src": "https://example.com/my_script.js",
"event": "onload",
"created_at": "2023-01-16T15:58:24-05:00",
"updated_at": "2023-01-16T15:58:24-05:00",
"display_scope": "all",
"cache": false
}
}