hello,
I want to create users through Galaxy API.For example, I can get users information through url like this(use postman):
    http://localhost:8080/api/users?key=my_key
But how to create a user?