Get Club Photo
GET /photos/clubs/{clubID} : Getting a club's photo
Possible Responses
Immediate Success
The associate club photo will be displayed as a .jpg or .png
Failure
{
"code": -1,
"message": "unable to find a photo for the club",
"data": {}
}
{
"code": -1,
"message": "club not found",
"data": {}
}