hey everyone, i was just wondering.. and i could really use some direction on some things.. at work we have had a discussion and a proposal for creating custom users over api (http+json), in a staging environment for testing. so that they can reuse the api call again later for recreating a user. now the user has a lot of complicated stuff, right? the team proposes piggy backing on page actions to integrate that api (mind you the page action does not mimick the user action), cypress will still log (the user) into the system, but the account is pre-baked to a certain point. now my question is, implementing that has pros and cons and maintainability questions. And in an organization where there are qa developers and developers, there is a question of which team maintains which (the api that creates the user, and the automation code that is maintained)