Authorization: Bearer ********************
{ "note": "string" }
curl --location --request PUT '/games//ais//note' \ --header 'Content-Type: application/json' \ --data-raw '{ "note": "string" }'
{}