Cannot update the forget password screen via Management API

Hello, I have read several times that there is not way to update the branding of the Forget Password screen via the Management API. But I need confirmation that it is still not possible.

I need the screen to look like the login and register prompts, which are updated via a
POST https://{{tennant}}.auth0.com/api/v2/branding/templates/universal-login

I would expect this endpoint to update all templates of the universal login, including the forget password one, but it doesn’t.

The only way I have found to update the Forget Password page is via the No-Code Editor (which can only update the background) or with ACUL.

So my question was if the Forget Password’s template could be updated with custom HTML without needing to switch to ACUL. Many thanks in advance.