curl --location --request GET '/projects/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"number": "string",
"tag": "string",
"description": "string",
"client": "string",
"is_favorite": true,
"public_token": "string"
}