curl --location --request PATCH '/projects/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"number": "string",
"tags": [
"string"
],
"description": "string",
"client": "string"
}'{
"message": "Unauthenticated",
"errorCode": "unauthorized"
}