User Management REST Endpoints

User Management
User Management - Create, List, Retrieve, Update
Create User
Method: post
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
List Users
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}
Retrieve User
Method: get
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}
Update User
Method: patch
Path: https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/authorizations/{role}/{user}