curl --request POST \ --url 'https://api.unify.ai/v0/project/import_template' \ --header "Authorization: Bearer $UNIFY_KEY" \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "import_stats": { "interfaces": 2, "tabs": 4, "tiles": 10 }, "created_ids": { "interface_ids": [ "abc123", "def456" ] }, "warnings": [] }
Bearer <token>
<token>