Authorization: Bearer ********************
{ "content": "string", "subject_id": 0, "subject_type": "string", "parent_id": 0 }
curl --location --request POST '/api/comment' \ --header 'Accept;' \ --header 'X-Requested-With;' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string", "subject_id": 0, "subject_type": "string", "parent_id": 0 }'
{}