GET
    /clans/{clanid}/relationships/
  
  curl \
 --request GET 'http://api.example.com/clans/{clanid}/relationships/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
    
        Response examples (200)
  
  [
  {
    "leaderid": "string",
    "id": 42,
    "typed": 42,
    "flagcolor": "string",
    "name": "string",
    "symbol": "string"
  }
]
        Response examples (400)
  
  string
        Response examples (401)
  
  string
        Response examples (503)
  
  string