curl --location '/projects' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"tags": [
"string"
],
"description": "string",
"number": "string",
"client": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"number": "string",
"tags": [
"string"
],
"updatedAt": "2019-08-24T14:15:22.123Z",
"isFavorite": true,
"publicToken": "string"
}