curl --request POST \
--url https://api.mnemom.ai/v1/admin/customers/{user_id}/notes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"note": "<string>"
}
'{}curl --request POST \
--url https://api.mnemom.ai/v1/admin/customers/{user_id}/notes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"note": "<string>"
}
'{}