Category

Represents the category details of a team or competition.

NameTypeDescription

id

Integer

Category ID

name

String

  1. Men

  2. Women

  3. Youth

Response JSON
{
     "id": 1,
     "name": "Men"
}