Import a tile template into a tab.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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": []
}