Authorization: Bearer ********************curl --location --request GET 'https://api.cirqll.nl/api/template' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"user_id": 0,
"name": "string",
"type": "task",
"items": [
{
"id": 1,
"template_id": 0,
"value": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]