curl --location --request POST 'https://api.nusabyte.com/api/v1/token-comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"tokenId": "string",
"content": "string",
"image": "string",
"repliedTokenCommentId": "string"
}'
{}