Create a note
URL
Headers
Name
Type
Description
Body
Name
Type
Description
Example request
curl -X POST https://api.complycube.com/v1/notes \
-H 'Authorization: <YOUR_API_KEY>' \
-H 'Content-Type: application/json' \
-d '{
"clientId":"CLIENT_ID",
"type": "internal",
"note": "Sample note"
}'
