I am trying to get the curly braces around capablities printed but it doesnt work for some reasons. Please advise.
name = 'john'
age = '18'
country = 'us'
grant = f"""
path "{name}-{age}-{country}" {
capabilities = [ "update", "read", "list" ]
}
"""
print(grant.format(name,app_name,env))