POST /api/public/helpdesk/messages/501/commentsAuthorization: Bearer {token}Content-Type: application/json{ "MessageText": "The issue is still happening after restarting the router."}
import endpoints from '@/api/endpoints'await httpClient.post(endpoints.helpDesk.comments.create(501), { MessageText: 'The issue is still happening after restarting the router.',})