Management APIUser management
Create User
👨💼 Requires Administrator Permissions (Admin)
curl -X POST "https://loading/api/user/" \ -H "Content-Type: application/json" \ -d '{}'Empty
👨💼 Requires Administrator Permissions (Admin)
curl -X POST "https://loading/api/user/" \ -H "Content-Type: application/json" \ -d '{}'curl -X POST "https://loading/api/user/" \
-H "Content-Type: application/json" \
-d '{}'