curl --location --globoff 'https://test.ubikly.app/api/v1/categories?sort=&filters[type][in]=EventCategory&filters[type][in]=ArticleCategory&filters[type][not_in]=EventCategory&filters[type][not_in]=ArticleCategory&filters[space_id][in]=&filters[space_id][not_in]=&filters[soft_deleted][eq]=true&cursor=&limit=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "MachineCategory",
"space_id": "22cc9270-58a2-4d80-a821-13400b6090e1",
"name": "string",
"description": "string",
"default_category": true,
"soft_deleted_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"links": {
"first": "string",
"next": "string"
},
"meta": {
"next": "string",
"limit": 0
}
}