curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/{id}/comments \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"content": "<string>",
"cap_token": "<string>"
}
'对蓝图发表评论或回复
curl --request POST \
--url https://end-api.shallow.ink/api/blueprints/{id}/comments \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"content": "<string>",
"cap_token": "<string>"
}
'