Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/task/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"user_id": 0,
"customer_id": 0,
"task_id": 0,
"name": "string",
"description": "string",
"date": "2019-08-24T14:15:22Z",
"archived_at": "2019-08-24T14:15:22Z",
"finished_at": "2019-08-24",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}