curl --request PUT \
--url https://mock-api.cevro.ai/v1/players/{playerId}/notes/{noteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Session-ID: <x-session-id>' \
--data '
{
"type": "General",
"text": "<string>",
"pinned": true
}
'