curl --request POST \
--url https://api.plazbot.com/api/opportunity/{opportunityId}/agent/activities \
--header 'Content-Type: application/json' \
--header 'x-workspace-id: <x-workspace-id>' \
--data '
{
"workspaceId": "string",
"content": "string",
"date": "2025-03-20T14:30:00.0000000Z",
"categoryType": "string"
}
'