Authorization: ********************{
"content": "string",
"parent_id": "string"
}curl --location 'https://video.zerexa.net/api/articles//comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"parent_id": "string"
}'