Authorization: Bearer ********************
curl --location --request PATCH '/admin/sellers/1752477450638/notes/1' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "message": "Note updated successfully" }