create an orgUserId of CONSUMER type

POST {{API-URL}}/api/v1/user/create

Request Body

{"orgUserId"=>"loadTest_1", "userType"=>"CONSUMER", "kyc"=>true, "tnc"=>true, "kycData"=>{"fullName"=>"loadTesT_1", "gender"=>"female", "idNumber"=>"AB123456", "idExpiry"=>"2025-01-15", "addressLine1"=>"123 Main Street", "addressLine2"=>"Apt 456", "city"=>"Metropolis", "state"=>"Stateville", "country"=>"CountryA", "postalCode"=>"12345", "email"=>"loadTest_1@example.com", "mobile"=>"1234567890", "landline"=>"9876543210", "dob"=>"1990-01-01", "placeOfBirth"=>"USA", "nationality"=>"American", "employmentStatus"=>"Employed", "idType"=>"passport", "politicalExposure"=>{"isPEP"=>false, "positionHeld"=>"sales", "relatedToPEP"=>{"isRelated"=>false, "pepName"=>"none", "relationship"=>"none"}}, "employerDetails"=>{"employerName"=>"ABC Corporation", "employerAddress"=>"456 Business Avenue"}, "fatcaCrs"=>{"usPassport"=>true, "taxResidence"=>["CountryA", "CountryB"], "noTinReason"=>"", "spentMoreThan90Days"=>true, "undocumentedAccount"=>false}, "internalAssessments"=>{"customerRiskScore"=>"High", "classification"=>"ClassA"}, "screeningOutcomes"=>{"details"=>"Screening Passed"}, "enhancedDueDiligence"=>{"isEDDCarriedOut"=>true, "details"=>"EDD Details"}, "taxIdNumber"=>{"w9"=>"W912345", "ssnOrEIN"=>"123-45-6789"}}}