curl --request GET \
--url https://api.projectcor.com/v1/projectTemplates \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>"
}
]curl --request GET \
--url https://api.projectcor.com/v1/projectTemplates \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>"
}
]