curl --location --request POST 'https://api.falken.ltd/api/support/issues//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"isInternal": true
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"issueReportId": "2e03a2f0-a464-4e56-ab37-baddf06689f9",
"authorUserId": "ea75109d-c5c5-4407-b0ab-0da27cd41c18",
"authorDisplayName": "string",
"body": "string",
"isInternal": true,
"createdUtc": "2019-08-24T14:15:22.123Z",
"attachments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"fileName": "string",
"contentType": "string",
"fileSizeBytes": 0,
"blobUrl": "string",
"downloadUrl": "string",
"createdUtc": "2019-08-24T14:15:22.123Z"
}
]
}