List task categories
Returns a list of task categories associated with the company
GET
/api/partners/v1/company/:company_id/task-categories/Request
Response
Example responseJSON200 · application/json
[ { "id": 0, "name": "string" }]