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