curl --location --request POST 'https://app.hustro.com/api/v2/project//issue//document' \
--header 'userId: 5d96776c438f8326d053f703' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "jakasnazwapliku.jpg",
"fileType": "image/jpeg",
"description": "jakiś opis",
"title": "jakiś tytuł"
}'{}