When we use reset-password api, is it possible to send the client/brand info through the restPasswordUrl?

We want to see the brand information in reset password page.

  1. Using the reest_paassword api with sendEmail=false with required inputs
  2. Receiving the resetPasswordUrl as a response.

Is there any way to see our brand/client logo in reset password page which will load using resetPasswordUrl link. As I have multiple brands/clients - this can not be configured in admin console (Customization → Branding), want to send this through resetPasswordUrl only.

Thank you