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