So, I'm getting a response back from the /api/login method, and now I'm trying to call the /api/users method and I'm getting a status 500 Internal server error.
Do I have to close the connection and re-create the connection between each call or can I just call the cl_http_utility=>set_request_uri to change the api method path?