Authorization: ********************
curl --location --request PUT '/Account/Update' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "accountKey": "string", "isActive": true }'