curl --location --request PATCH '/projects/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"number": "string",
"tag": "string",
"description": "string",
"client": "string",
"is_favorite": "string",
"is_archived": "string"
}'{}