activation_code) issued for the reset-password flow. If valid and not expired, the password is updated to new_password and takes effect immediately.Authorization: Bearer <reset_token>email_id or mobile_number (required to identify user)activation_code (required)new_password (required)user_id (optional, if your reset flow already resolved it)curl --location --request POST 'https://appfloor.in/auth-service/password/reset' \
--form 'mobile_number=""' \
--form 'email_id=""' \
--form 'new_password=""' \
--form 'activation_code=""' \
--form 'app_id=""'{
"success": "string"
}