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