curl --request POST \
--url https://api.bindbee.dev/api/ats/v1/activities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-connector-token: <x-connector-token>' \
--data '{
"user": "018b4bfb-5ece-70b1-ad5e-862a9433aa65",
"activity_type": "NOTE",
"subject": "Interview with John Doe",
"body": "John Doe was interviewed for the position of Software Engineer.",
"visibility": "PUBLIC",
"candidate": "018b4bfb-5ece-70b1-ad5e-862a9433aa65"
}'