POST
/candidate/{id}/notes
curl \
-X POST https://api-console.logezy.co/v1/candidate/{id}/notes \
-H "Accept: string" \
-H "Content-Type: string" \
-d '{"notes":"string"}'
Request examples
# Headers
Accept: string
Content-Type: string
# Payload
{
"notes": "string"
}