{ "password": "string" }
curl --location --request POST '/api/user/admin' \ --header 'Authorization: {{ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "string" }'
{ "id": "string" }