Authorization: Bearer ********************curl --location --request POST '/posts//report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "string"
}'{
"success": true,
"message": "string",
"data": {
"id": "string",
"postId": "string",
"userId": "string",
"reason": "string",
"createdAt": "string"
}
}