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