apikey: ********************{
    "id": "gen_random_uuid()",
    "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "name": "string",
    "script_type": "head",
    "script_scope": "global",
    "page_id": "ef107761-0142-48fe-9dcd-5140d1ae58db",
    "content": "string",
    "description": "string",
    "is_active": true,
    "priority": 0,
    "created_at": "now()",
    "updated_at": "string",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}curl --location --request PATCH '/custom_scripts' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "gen_random_uuid()",
    "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
    "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
    "name": "string",
    "script_type": "head",
    "script_scope": "global",
    "page_id": "ef107761-0142-48fe-9dcd-5140d1ae58db",
    "content": "string",
    "description": "string",
    "is_active": true,
    "priority": 0,
    "created_at": "now()",
    "updated_at": "string",
    "created_by": "users.get_auth_profile_id()",
    "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}'{}