curl --location --request POST '/Finder/GetCommentDetail?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"FinderUsername": "string",
"Id": 0,
"LastBuffer": "string",
"ObjectNonceId": "string",
"RootCommentId": 0
}'
{}