Add user through API
This service allows you to register a new user for consuming our services. The service needs the access token and the new user account information. Endpoint Method Route POST /management/api/users Authentication and Headers Header Value Authorization Bearer Token Content-Type application/json JSON Parameters Property Type Use Description email string Required User mail…