*Problem: Current self-service user creation api cannot be used in self service android app.*
Current self service user creation api allows only authenicated and authorized person to create a user (by placing the Admin token in the request header). For creating a self service user through android application , we have to place admin token in request header i.e. admin access is required but a normal user will not be having a admin access so how to allow a normal user to create his/her own self service account? For complete details of this issue check :- https://github.com/openMF/self-service-app/issues/56
