Authorization: Bearer ********************curl --location --request POST '/posts//flag' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Post flagged",
"data": {
"id": "30475d1d-ed7f-484e-a03e-6ddfa9c9f099",
"postId": "587ae820-b6e0-4875-becb-c29834bd334f",
"userId": "509ee9ff-33d0-4016-a8f4-d1003d9de308",
"createdAt": "2025-07-16T10:16:15.907Z",
"updatedAt": "2025-07-16T10:16:15.907Z"
}
}