Logs out the currently authenticated user
Supports redirectUrl param of fm:Form component as well as $_REQUEST['redirectUrl'] param to redirect the user after logout
<fm:Form action="/action/v2/logout" method="post" redirectUrl="/home">
<fm:Form_Custom><button type="submit">Logout</button></fm:Form_Custom>
</fm:Form>