Since the GK API for registering users is ready:
$ curl -X POST -H "Content-Type: application/json" -d '{"username": "test4", "password":"test2", "firstName": "firstName", "lastName": "lastName", "email": "mail4@mail.com", "phone_number":654654654,"user_type":"customer"}' sp.int3.sonata-nfv.eu:5000/api/v2/users
we need to have a user registration page in the GUI.
Since the GK API for registering users is ready:
$ curl -X POST -H "Content-Type: application/json" -d '{"username": "test4", "password":"test2", "firstName": "firstName", "lastName": "lastName", "email": "mail4@mail.com", "phone_number":654654654,"user_type":"customer"}' sp.int3.sonata-nfv.eu:5000/api/v2/users
we need to have a user registration page in the GUI.