curl --location --request GET 'https://api.sendzen.io/v1/projects/' \
--header 'Authorization: Bearer <token>'[
{
"project_id": "string",
"project_name": "string",
"project_descripation": "string",
"project_created_at": "string"
}
]