Authorization: Bearer ********************curl --location --request GET '/templates' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"name": "Standard Employment Reference",
"description": "string",
"is_default": true,
"is_active": true,
"client_id": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}