Authorization: ********************{
"password": "string"
}curl --location --request POST '/mf_dcim//reset_password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string"
}'