curl --location --request PUT 'https://v1.popaap.cc/api/licenses//notes?Authorization=Bearer%20%3Ctoken%3E' \ --header 'Content-Type: application/json' \ --data '{ "notes": "Set note" }'
{ "notes": "The best note" }