First we need to send a post request to the init controller.
it will create an owner account, which we will use to try different features in the project.
curl -X POST <http://localhost:8080/api/init>
OwnerAccountManagerController