{"comment_text":"Hi Dinesh, How are you!"}
curl --location --request POST 'https://api.shorterloop.com/api/comments' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{"comment_text":"Hi Dinesh, How are you!"}'
{
"success": true,
"data": {
"id": 155,
"comment_text": "Thank you!",
"replied_for": "154",
"feedback_item_id": 819,
"user_id": 17355,
"subscription_id": 1346,
"updated_at": "2024-07-11T11:47:01.759Z",
"created_at": "2024-07-11T11:47:01.759Z"
}
}