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