POST
    /walkers/auth/
  
  curl \
 --request POST 'http://api.example.com/walkers/auth/?discordserverid=string' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (202)
  
  {
  "message": "string"
}
        Response examples (401)
  
  string
        Response examples (405)
  
  string
        Response examples (503)
  
  string