curl --location --request PATCH '/subscriptions//notes' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"notes": "Client: Acme Corp | Domain: acmecorp.com | Workspace: Sales Team"
}'{
"success": true,
"data": {
"id": "sub_internal_id",
"notes": "Client: Acme Corp | Domain: acmecorp.com"
}
}