Hello!
How can i get users list through the API?
curl -X GET http://127.0.0.1:5000/api/queries/1/results?api_key=‘key>’ --data-binary ‘{“parameters”:{"<param_name>":<param_value>}}’
works like a charm but
curl -X GET http://127.0.0.1:5000/api/users/1/results?api_key=‘key>’ --data-binary ‘{“parameters”:{"<param_name>":<param_value>}}’
does not work as i wish

And how create user through API using curl?