{
"reaction_type":"like"
}
curl --location --request PUT 'https://dev.outbackmarketplace.com/api/v1/town-hall-mgt/reaction-on-townhall-post?townhall_post_id=67345d77c41137363ec9f4ab' \
--header 'Authorization: bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"reaction_type":"like"
}'
{
"status": 1,
"statusCode": 200,
"message": "Reaction added/updated successfully",
"data": {
"townhall_post_id": "6818745a2956d29e91602542",
"reactions": [
{
"emoji": "❤️",
"createdAt": "2025-05-05T12:25:07.277Z",
"user": {
"_id": "67f8e46246f9ede1448808f5",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "♥️",
"createdAt": "2025-05-05T12:25:07.278Z",
"user": {
"_id": "67f8e45c46f9ede1448808ee",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "👌🏻",
"createdAt": "2025-05-05T12:25:07.278Z",
"user": {
"_id": "67d7ca2e3bb9e0b3827073de",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "😂",
"createdAt": "2025-05-05T12:25:07.278Z",
"user": {
"_id": "67d7d614e1a2a7fbaeae5947",
"name": "test",
"profile_photo_url": ""
}
},
{
"emoji": "❤️",
"createdAt": "2025-05-05T12:25:07.278Z",
"user": {
"_id": "68188a2d5e9561638d26cb10",
"name": "test",
"profile_photo_url": ""
}
}
]
}
}