curl --request POST \
--url https://api.example.com/v2/content \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account_id": "<string>",
"action": "<string>",
"params": {
"tracking_id": "<string>",
"profile_urn": "<string>",
"comment_urn": "<string>",
"comment_text": "<string>",
"mention_user": true,
"commenter_name": "<string>"
}
}
'