curl --location --request POST 'https://api.sendzen.io/v1/projects' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_name": "string",
"project_description": "string",
"client_identifier": "string",
"client_webhook_url": "string",
"project_type": 0
}'{
"project_id": "string",
"project_name": "string",
"project_description": "string",
"project_created_at": "string",
"client_identifier": "string",
"project_type": 0,
"is_try_sandbox": true
}