Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/culture-fit-assessments/categories/' \
--header 'Authorization: Bearer <token>'{
"message": "Categories retrieved successfully",
"data": [
{
"id": 1,
"name": "Adhocracy",
"description":
"A flexible, adaptable organizational style focused on innovation and agility.",
},
{
"id": 2,
"name": "Clan",
"description":
"An organizational style that emphasizes collaboration, teamwork, and a sense of family.",
},
{
"id": 3,
"name": "Hierarchy",
"description":
"An organizational structure with a clear chain of command and focus on stability and control.",
},
{
"id": 4,
"name": "Market",
"description":
"A results-oriented organizational culture focused on competition and achieving measurable goals.",
},
]
}