Upload Comment Attachment

POST /api/comment/upload

Uploads an attachment to a comment

Responses

POST /api/comment/upload
curl \
 --request POST 'http://api.example.com/api/comment/upload' \
 --header "Authorization: Bearer $ACCESS_TOKEN"