curl --location --request GET 'https://demo.myshopify.com//admin/api//storefront_access_tokens.json'{
    "storefront_access_tokens": [
        {
            "access_token": "378d95641257a4ab3feff967ee234f4d",
            "access_scope": "unauthenticated_read_product_listings",
            "created_at": "2023-01-03T12:21:36-05:00",
            "id": 755357713,
            "admin_graphql_api_id": "gid://shopify/StorefrontAccessToken/755357713",
            "title": "API Client Extension"
        }
    ]
}