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