Creates a Activity object with the given values.
cURL
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" }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any