Obtains all the athletes or a specific athlete within your Valor account.
{
"statusCode": 200,
"body": [{"ValorID": id, "FirstName": first_name, "LastName": last_name},
{"ValorID": id2, "FirstName": first_name2, "LastName": last_name2},
...] //Array of athletes found
}
{
"message": "String type - this will contain more details about the problem encountered"
}
{
"message": "String type - this will contain more details about the problem encountered"
}