Please how do I get APA referencing Style (7th edition) in overleaf and to change the the bibliography name to References. The below codes are not giving the results
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[natbib=true,backend=biber,sorting=nyt,style=apa]{biblatex}
\renewcommand*{\bibfont}{\fontsize{10}{12}\selectfont}
\printbibliography{}
\renewcommand\bibname{References}