/create
Create an account.
Request Body
{
"name": "DevComp", // String
"password": "CALLBACK_TOKEN", // String: GitHub OAuth callback token
}
Response
{
"code": 200, // Number: IETF Status Code
"status": "success", // String: Success
"token": "ACCOUNT_TOKEN" // String: token
}