relates #5 - Endpoint: `/api/users/:username/account` - Request method: `GET` - Input: ``` { user_id } ``` - Output: ``` { success: true, body: { user } } ``` - Description:
relates #5
Endpoint:
/api/users/:username/accountRequest method:
GETInput: