Activate user
This service activates the user account and sets a password. The activation key is sent via email.
In this request, the following details should be provided:
* `activation_token` (String required) - the activation token sent to a user via email
* `password` (String required)
<Info>
This is a public (unauthenticated) service which ignores auth tokens.
</Info>
Request
This endpoint expects an object.
activationKey
password
Response
The server has successfully fulfilled the request and that there is no additional content to send in the response payload body