POST
    /users/auth/
  
  curl \
 --request POST 'http://api.example.com/users/auth/' \
 --header "Content-Type: application/json" \
 --data '{"code":"string"}'
    
        Request examples
  
  {
  "code": "string"
}
        Response examples (202)
  
  {
  "discordid": "string",
  "token": "string"
}
        Response examples (400)
  
  string
        Response examples (503)
  
  string