- Endpoint: `/api/account/:username/edit` - Request method: `POST` - Input: ``` { user_id, user_name , password, email } ``` - Output: ``` { success: true } ``` - Description:
Endpoint:
/api/account/:username/editRequest method:
POSTInput: