register abstract method
Register a new user for the app
Do the full req incl. req. No checking about spamming and just return the user id.
Implementation
Future<String> register(
{required String baseUrl,
required String authToken,
required String userIdentifier,
required String password,
dynamic hint});