curl --location '/categories' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"description": "string",
"icon": "string",
"article_count": 0,
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"timestamp": "2019-08-24T14:15:22.123Z"
}