Sets password for a single license user, if requesting manager has access permissions to it.
URL: /api/v1/license-users/{id}/set_password/
Method: POST
{ "password": "pass123" }
Code: 200 OK
Content Examples:
{ "message": "Password set." }