curl --request GET \
--url https://api.projectcor.com/v1/projects/search-by-name/{project_name} \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"client_id": 123,
"template_id": 123,
"status": "<string>",
"health": 123
}
]curl --request GET \
--url https://api.projectcor.com/v1/projects/search-by-name/{project_name} \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"client_id": 123,
"template_id": 123,
"status": "<string>",
"health": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.