createUser
POST localhost:8080/auth/create
Request Body
{"authUserId"=>"01", "name"=>"api gateway", "email"=>"api@example.com", "phoneNumber"=>"1234567890", "address"=>"123 Main St, Apt 101", "city"=>"Dhaka", "state"=>"Dhaka", "country"=>"BD", "postalCode"=>"10001", "isActive"=>true, "isDeleted"=>false}