Authorization: ********************{
"newPassword": "string"
}curl --location --request POST '/admin/users//reset-password' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}