curl --location --request PUT 'https://v1.popaap.cc/api/licenses//notes?Authorization=Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "notes": "Set note" }'
{ "notes": "The best note" }