how to Create an asset for a theme

https://shopify.dev/docs/api/admin-rest/2024-07/resources/asset#put-themes-theme-id-assets

send PUT Request

https://{{shop}}/admin/api/2024-07/themes/165976736063/assets.json

{
    "asset": {
        "theme_id": 165976736063,
        "key": "sections/test-page2.liquid",
        "value": "{% schema %}\n{\n  \"name\": \"tests-page\",\n  \"settings\": []\n}\n{% endschema %}\n test\n"
    }
}

RESPONSE

{
    "errors": "Not Found"
}