# Add track comment Endpoint: POST /integration/rest/api/v1/track/{trackId}/comments Version: v1 Security: X-AUTH-KEY ## Path parameters: - `trackId` (string, required) ## Request fields (application/json): - `additionalInfo` (string) - `attachments` (array) - `attachments.link` (string) - `attachments.fileName` (string) - `attachments.author` (object) - `attachments.author.firstName` (string, required) - `attachments.author.lastName` (string, required) - `attachments.author.email` (string, required) - `attachments.author.phoneNumber` (string) - `attachments.description` (string) ## Response 500 fields (*/*): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id