POST /api/accounts/v1/set-status
Change user status.
Request
{
  "token": String,
  "new": String
}
Response
Status code: 200
{
  "type": "profile updated"
}
Possible errors
- invalid token
- exceeds maximum length
- external
POST /api/accounts/v1/set-status
Change user status.
{
  "token": String,
  "new": String
}
Status code: 200
{
  "type": "profile updated"
}
invalid tokenexceeds maximum lengthexternal