prevent duplicate accounts by checking if an account with the same username and stream already exists for the user before inserting a new one. returns a 409 conflict error if duplicate is detected.
prevent duplicate accounts by checking if an account with the same username and stream already exists for the user before inserting a new one. returns a 409 conflict error if duplicate is detected.