.mcfgcurl --location '/projects/import' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"id": "string",
"name": "string",
"number": "string",
"tags": [
"string"
],
"description": "string",
"client": "string",
"isFavorite": true,
"publicToken": "string"
}