api-key: ********************
curl --location --request PUT '/admin/user/' \ --header 'api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "string", "password": "string" }'