Authorization: Bearer ********************curl --location --request GET '/api/projects/fetchall' \
--header 'Authorization: Bearer <token>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"status": "string",
"created_date": "2019-08-24T14:15:22.123Z",
"end_date": "string",
"zoho_project_id": "string"
}
]