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