You can tell how I can add a new user through api dynamics. I can make a request to receive users. But how to create a new user through api. You have no example in the documentation of what request to make and what data to transfer. If possible, then an example request Let's say I made a get request [organization URI] /api/data/v9.0/systemusers and got users. To add, you need to send a post request, but what data should I send?