curl --request GET \
--url https://api.devhelm.io/api/v1/categories \
--header 'Authorization: Bearer <token>'{
"data": [
{
"category": "<string>",
"serviceCount": 123
}
],
"hasNext": true,
"hasPrev": true
}curl --request GET \
--url https://api.devhelm.io/api/v1/categories \
--header 'Authorization: Bearer <token>'{
"data": [
{
"category": "<string>",
"serviceCount": 123
}
],
"hasNext": true,
"hasPrev": true
}