curl --location --request PUT 'https://app.hustro.com/api/v2/project//issue//event/' \
--header 'userId: 5d96776c438f8326d053f703' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Untitled",
"description": [
{
"text": "hhhjhkh hhhh hhh ",
"type": "text"
},
{
"type": "mention",
"user": ""
},
{
"text": " ",
"type": "text"
},
{
"type": "mention",
"user": ""
},
{
"text": " ffd",
"type": "text"
}
],
"modifiedAt": "2020-08-04T09:00:05.438Z"
}'