curl --location --request POST '/projects//description/v2/file' \
--header 'Authorization;' \
--form 'file=@""' \
--form 'massage="Unauthorized"' \
--form 'statusCode="401"'{
"id": 3,
"fileName": "Diagram.png",
"link": "a12b34cd-5678-9abc-def0-123456789abc",
"size": 2048576,
"createdAt": "2026-03-05T08:04:10.123Z",
"updatedAt": "2026-03-05T08:04:10.123Z"
}