NGalert / Grafana 8 alert feature: How to export / import alerts as yml/json?

Hi @andi20002000 , this is due to the output from GET includes the folder name:
{ "<folder name>": [ { <alert rule object> } ] }

As soon as I removed the folder part I managed to create the alert rule using curl POST:
{ <alert rule object> }

I haven’t managed to post more than one alert rule at a time yet tho.