- Endpoint: `/api/auth/signup` - Request method: `POST` - Input: ``` { username, email, password } ``` - Output: ``` { success: true, body: { user_id, token } } ``` - Description:
Endpoint:
/api/auth/signupRequest method:
POSTInput: