{
"new_password": "string",
"new_password_confirm": "string"
}curl --location --request POST '/auth/password/forget/' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_password": "string",
"new_password_confirm": "string"
}'{}