user
Creation of user
Creates user with the following fields: email, password, fullName, output http code 200 and json response
post/v2/user
Request body
Response
success, the list in Data is UserCreationResponse
Example response
{
"message": "success"
}