curl --location --request POST 'https://dev.isaac.wellnessliving.com/omega/businesses//clients//conversations//note' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"content": "Client requested additional information about therapy options. Need to prepare detailed response.",
"sent_by": 12345,
"sender_type": "staff"
}'
{}