List client notes
Returns a list of all client notes per one client

https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/notes
Request
Response sample
application/json
{
"success": true,
"total": 1,
"notes": [
{
"id": 1,
"Note": "Note text",
"CreatedDate": "2023-03-15 15:35:36",
"user_id": 3
}
]
}